mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
chromium: add Silk (Privacy Pass) & Snowflake
This commit is contained in:
parent
e2a8ad068f
commit
4a849a8811
@ -7,9 +7,11 @@
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||
- [Dark Reader](#dark-reader)
|
||||
- [Privacy Manager](#privacy-manager)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
- [Snowflake](#snowflake)
|
||||
- [Bitwarden](#bitwarden)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [`disable-floc.json`](#disable-flocjson)
|
||||
@ -35,6 +37,13 @@ to overlap with someone else.
|
||||
Changing `normal_installed` to `force_installed` would also prevent
|
||||
uninstallation.
|
||||
|
||||
### Silk - Privacy Pass Client for the browser
|
||||
|
||||
- `ajhmfdgkijocedmfjonnpjfojldioehi`
|
||||
|
||||
Silk or Privacy Pass has a chance of decreasing the amount of captchas
|
||||
especially from Cloudflare when "suspicious" traffic is detected.
|
||||
|
||||
### Dark Reader
|
||||
|
||||
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
||||
@ -55,6 +64,12 @@ incognito is disabled (which again is not great idea for quick guest access?)
|
||||
Communicates websites that Ubuntu isn't the only Linux distribution and makes
|
||||
some offer rpm packages directly.
|
||||
|
||||
### Snowflake
|
||||
|
||||
- `mafpmfcccpbjnhfhjnllmmalhifmlcie`
|
||||
|
||||
Helps bridge traffic to Tor by looking like WebRTC call.
|
||||
|
||||
### Bitwarden
|
||||
|
||||
- `nngceckbapebfimnlniiiahkandclblb`
|
||||
|
@ -9,6 +9,12 @@
|
||||
}
|
||||
},
|
||||
"ExtensionSettings": {
|
||||
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
@ -27,6 +33,12 @@
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
Reference in New Issue
Block a user