chromium: add Silk (Privacy Pass) & Snowflake

This commit is contained in:
Aminda Suomalainen 2024-02-07 17:07:54 +02:00
parent e2a8ad068f
commit 4a849a8811
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 27 additions and 0 deletions

View File

@ -7,9 +7,11 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
- [Dark Reader](#dark-reader) - [Dark Reader](#dark-reader)
- [Privacy Manager](#privacy-manager) - [Privacy Manager](#privacy-manager)
- [Fedora User Agent](#fedora-user-agent) - [Fedora User Agent](#fedora-user-agent)
- [Snowflake](#snowflake)
- [Bitwarden](#bitwarden) - [Bitwarden](#bitwarden)
- [Privacy Badger](#privacy-badger) - [Privacy Badger](#privacy-badger)
- [`disable-floc.json`](#disable-flocjson) - [`disable-floc.json`](#disable-flocjson)
@ -35,6 +37,13 @@ to overlap with someone else.
Changing `normal_installed` to `force_installed` would also prevent Changing `normal_installed` to `force_installed` would also prevent
uninstallation. 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 ### Dark Reader
- `eimadpbcbfnmbkopoojfekhnkhdbieeh` - `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 Communicates websites that Ubuntu isn't the only Linux distribution and makes
some offer rpm packages directly. some offer rpm packages directly.
### Snowflake
- `mafpmfcccpbjnhfhjnllmmalhifmlcie`
Helps bridge traffic to Tor by looking like WebRTC call.
### Bitwarden ### Bitwarden
- `nngceckbapebfimnlniiiahkandclblb` - `nngceckbapebfimnlniiiahkandclblb`

View File

@ -9,6 +9,12 @@
} }
}, },
"ExtensionSettings": { "ExtensionSettings": {
"ajhmfdgkijocedmfjonnpjfojldioehi": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"eimadpbcbfnmbkopoojfekhnkhdbieeh": { "eimadpbcbfnmbkopoojfekhnkhdbieeh": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
@ -27,6 +33,12 @@
"toolbar_pin": "default_unpinned", "toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx" "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": { "nngceckbapebfimnlniiiahkandclblb": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,