mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39:23 +01:00
{firefox,chromium}: restore QR code extensions as they are never around when needed
I was missing it at school yesterday and while it was trivial to install, it could have been in my Firefox already
This commit is contained in:
parent
d1d5b1bf98
commit
bd25f408a0
@ -153,6 +153,10 @@
|
|||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "force_installed"
|
||||||
},
|
},
|
||||||
|
"offline-qr-code@rugk.github.io": {
|
||||||
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/offline-qr-code-generator/latest.xpi",
|
||||||
|
"installation_mode": "force_installed"
|
||||||
|
},
|
||||||
"plasma-browser-integration@kde.org": {
|
"plasma-browser-integration@kde.org": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "force_installed"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||||
- [3rdparty](#3rdparty)
|
- [3rdparty](#3rdparty)
|
||||||
- [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)
|
||||||
|
- [QR Code](#qr-code)
|
||||||
- [Plasma Integration](#plasma-integration)
|
- [Plasma Integration](#plasma-integration)
|
||||||
- [uBlock Origin](#ublock-origin)
|
- [uBlock Origin](#ublock-origin)
|
||||||
- [LocalCDN](#localcdn)
|
- [LocalCDN](#localcdn)
|
||||||
@ -106,6 +107,10 @@ To intentionally trigger it and what should be allowed in NoScript:
|
|||||||
- https://captcha.website
|
- https://captcha.website
|
||||||
- https://issuance.privacypass.cloudflare.com
|
- https://issuance.privacypass.cloudflare.com
|
||||||
|
|
||||||
|
### [QR Code](https://chromewebstore.google.com/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo)
|
||||||
|
|
||||||
|
- `cbimgpnbgalffiohilfglgkkhpegpjlo`
|
||||||
|
|
||||||
### [Plasma Integration](https://chrome.google.com/webstore/detail/cimiefiiaegbelhefglklhhakcgmhkai)
|
### [Plasma Integration](https://chrome.google.com/webstore/detail/cimiefiiaegbelhefglklhhakcgmhkai)
|
||||||
|
|
||||||
- `cimiefiiaegbelhefglklhhakcgmhkai`
|
- `cimiefiiaegbelhefglklhhakcgmhkai`
|
||||||
|
@ -96,6 +96,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"
|
||||||
},
|
},
|
||||||
|
"cbimgpnbgalffiohilfglgkkhpegpjlo": {
|
||||||
|
"installation_mode": "normal_installed",
|
||||||
|
"override_update_url": true,
|
||||||
|
"toolbar_pin": "force_pinned",
|
||||||
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
},
|
||||||
"cimiefiiaegbelhefglklhhakcgmhkai": {
|
"cimiefiiaegbelhefglklhhakcgmhkai": {
|
||||||
"installation_mode": "force_installed",
|
"installation_mode": "force_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user