mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
firefox & chromium: add IPFS Companion
This commit is contained in:
parent
1d11681386
commit
149cadfa41
@ -40,6 +40,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"ipfs-firefox-addon@lidel.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipfs-companion/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
|
@ -22,6 +22,7 @@
|
||||
- [Bias Finder](#bias-finder)
|
||||
- [Snowflake](#snowflake)
|
||||
- [AdNauseam](#adnauseam)
|
||||
- [IPFS Companion](#ipfs-companion)
|
||||
- [Bitwarden](#bitwarden)
|
||||
- [UpdateSWH](#updateswh)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
@ -153,6 +154,12 @@ Complementing PrivacyBadger with an adblocker so first profile runs have at
|
||||
least something to block Malvertising now that I no longer enable NoScript out
|
||||
of the box.
|
||||
|
||||
### [IPFS Companion](https://chromewebstore.google.com/detail/nibjojkomfdiaoajekhjakgkdhaomnch?pli=1)
|
||||
|
||||
- `nibjojkomfdiaoajekhjakgkdhaomnch`
|
||||
|
||||
IPFS integration for web browsers.
|
||||
|
||||
### [Bitwarden](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
|
||||
|
||||
- `nngceckbapebfimnlniiiahkandclblb`
|
||||
|
@ -101,6 +101,12 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"nibjojkomfdiaoajekhjakgkdhaomnch": {
|
||||
"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