mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: add localcdn
This commit is contained in:
parent
c9bc8add45
commit
f0512e1245
@ -208,6 +208,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ruffle_rs/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{b86e4813-687a-43e6-ab65-0bde4ab75758}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/localcdn-fork-of-decentraleyes/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{d04b0b40-3dab-4f0b-97a6-04ec3eddbfb0}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ecosia-the-green-search/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
|
@ -14,6 +14,7 @@
|
||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||
- [Plasma Integration](#plasma-integration)
|
||||
- [uBlock Origin](#ublock-origin)
|
||||
- [LocalCDN](#localcdn)
|
||||
- [Ruffle](#ruffle)
|
||||
- [HTTP Indicator](#http-indicator)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
@ -115,6 +116,12 @@ downloads indicator/control, KDE Connect, alt-f2, etc.
|
||||
|
||||
Blocked for Ad Nauseam
|
||||
|
||||
### [LocalCDN](https://chrome.google.com/webstore/detail/njdfdhgcmkocbgbhcioffdbicglldapd)
|
||||
|
||||
- `njdfdhgcmkocbgbhcioffdbicglldapd`
|
||||
|
||||
I just feel bad about including so much CDN content recently...
|
||||
|
||||
### [Ruffle](https://chrome.google.com/webstore/detail/donbcfbmhbcapadipfkeojnmajbakjdc)
|
||||
|
||||
Actively developed open source extension to revive Flash content on the web.
|
||||
|
@ -138,6 +138,12 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"njdfdhgcmkocbgbhcioffdbicglldapd": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
Reference in New Issue
Block a user