mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: add HTTP Indicator
This commit is contained in:
parent
28542ca06a
commit
7430dd9e99
@ -89,7 +89,7 @@
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"ipvfoobar@napr.eu": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest//ipvfoobar/latest.xpi",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipvfoobar/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
@ -129,6 +129,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{6a911b41-b1ee-4d0f-b23b-890229bff0ec}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/http-indicator/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{759dbb01-b646-4327-bf9e-69ca2543ef8d}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
|
@ -11,6 +11,7 @@
|
||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||
- [uBlock Origin](#ublock-origin)
|
||||
- [HTTP Indicator](#http-indicator)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
- [IPvFooBar](#ipvfoobar)
|
||||
- [AdNauseam](#adnauseam)
|
||||
@ -76,6 +77,12 @@ To intentionally trigger it and what should be allowed in NoScript:
|
||||
|
||||
Blocked for Ad Nauseam
|
||||
|
||||
### [HTTP Indicator](https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl)
|
||||
|
||||
- `hgcomhbcacfkpffiphlmnlhpppcjgmbl`
|
||||
|
||||
Displays whether a web page was loaded over HTTP/2 or HTTP/3 etc.
|
||||
|
||||
### [Fedora User Agent](https://chrome.google.com/webstore/detail/hojggiaghnldpcknpbciehjcaoafceil)
|
||||
|
||||
- `hojggiaghnldpcknpbciehjcaoafceil`
|
||||
|
@ -76,6 +76,12 @@
|
||||
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"hgcomhbcacfkpffiphlmnlhpppcjgmbl": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
Reference in New Issue
Block a user