mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 13:19:23 +01:00
Chromium: add IPvFoo* and note that users should go through extensions
This commit is contained in:
parent
3796aa79ed
commit
069da00a38
@ -12,6 +12,7 @@
|
|||||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||||
- [NoScript](#noscript)
|
- [NoScript](#noscript)
|
||||||
- [OpenDyslexic](#opendyslexic)
|
- [OpenDyslexic](#opendyslexic)
|
||||||
|
- [IPvFoo](#ipvfoo)
|
||||||
- [Dark Reader](#dark-reader)
|
- [Dark Reader](#dark-reader)
|
||||||
- [Indiewiki Buddy](#indiewiki-buddy)
|
- [Indiewiki Buddy](#indiewiki-buddy)
|
||||||
- [Floccus bookmarks sync](#floccus-bookmarks-sync)
|
- [Floccus bookmarks sync](#floccus-bookmarks-sync)
|
||||||
@ -19,6 +20,7 @@
|
|||||||
- [Privacy Manager](#privacy-manager)
|
- [Privacy Manager](#privacy-manager)
|
||||||
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
||||||
- [Fedora User Agent](#fedora-user-agent)
|
- [Fedora User Agent](#fedora-user-agent)
|
||||||
|
- [IPvFooBar](#ipvfoobar)
|
||||||
- [Chrome Remote Desktop](#chrome-remote-desktop)
|
- [Chrome Remote Desktop](#chrome-remote-desktop)
|
||||||
- [Bias Finder](#bias-finder)
|
- [Bias Finder](#bias-finder)
|
||||||
- [Snowflake](#snowflake)
|
- [Snowflake](#snowflake)
|
||||||
@ -61,6 +63,11 @@ 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.
|
||||||
|
|
||||||
|
This does contain some bloat or something not necessary in all situations or
|
||||||
|
even overlapping extensions, but there is an important side goal of _teaching
|
||||||
|
users to disable extraneous extensions they don't need_ (unless I decide they
|
||||||
|
do need something and thus it's `force_installed`.
|
||||||
|
|
||||||
### [Silk - Privacy Pass Client for the browser](https://chrome.google.com/webstore/detail/ajhmfdgkijocedmfjonnpjfojldioehi)
|
### [Silk - Privacy Pass Client for the browser](https://chrome.google.com/webstore/detail/ajhmfdgkijocedmfjonnpjfojldioehi)
|
||||||
|
|
||||||
- `ajhmfdgkijocedmfjonnpjfojldioehi`
|
- `ajhmfdgkijocedmfjonnpjfojldioehi`
|
||||||
@ -92,6 +99,10 @@ other people.
|
|||||||
OpenDyslexic font + highlighting for currently pointed paragraph. Improves my
|
OpenDyslexic font + highlighting for currently pointed paragraph. Improves my
|
||||||
reading especially with more busy articles, even without dyslexia.
|
reading especially with more busy articles, even without dyslexia.
|
||||||
|
|
||||||
|
### [IPvFoo](https://chromewebstore.google.com/detail/ipvfoo/ecanpcehffngcegjmadlcijfolapggal)
|
||||||
|
|
||||||
|
- `ecanpcehffngcegjmadlcijfolapggal`
|
||||||
|
|
||||||
### [Dark Reader](https://chrome.google.com/webstore/detail/eimadpbcbfnmbkopoojfekhnkhdbieeh)
|
### [Dark Reader](https://chrome.google.com/webstore/detail/eimadpbcbfnmbkopoojfekhnkhdbieeh)
|
||||||
|
|
||||||
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
||||||
@ -139,6 +150,10 @@ 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.
|
||||||
|
|
||||||
|
### [IPvFooBar](https://chromewebstore.google.com/detail/ipvfoobar/iimpkhokkfekbpmoamlmcndclohnehhk)
|
||||||
|
|
||||||
|
- `iimpkhokkfekbpmoamlmcndclohnehhk`
|
||||||
|
|
||||||
### [Chrome Remote Desktop](https://chrome.google.com/webstore/detail/inomeogfingihgjfjlpeplalcfajhgai)
|
### [Chrome Remote Desktop](https://chrome.google.com/webstore/detail/inomeogfingihgjfjlpeplalcfajhgai)
|
||||||
|
|
||||||
- `inomeogfingihgjfjlpeplalcfajhgai`
|
- `inomeogfingihgjfjlpeplalcfajhgai`
|
||||||
|
@ -38,6 +38,12 @@
|
|||||||
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
||||||
"installation_mode": "blocked"
|
"installation_mode": "blocked"
|
||||||
},
|
},
|
||||||
|
"ecanpcehffngcegjmadlcijfolapggal": {
|
||||||
|
"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,
|
||||||
@ -86,6 +92,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"
|
||||||
},
|
},
|
||||||
|
"iimpkhokkfekbpmoamlmcndclohnehhk": {
|
||||||
|
"installation_mode": "normal_installed",
|
||||||
|
"override_update_url": true,
|
||||||
|
"toolbar_pin": "force_pinned",
|
||||||
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
},
|
||||||
"inomeogfingihgjfjlpeplalcfajhgai": {
|
"inomeogfingihgjfjlpeplalcfajhgai": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user