{firefox,chromium}: add HTTP Indicator

This commit is contained in:
Aminda Suomalainen 2024-05-11 17:35:37 +03:00
parent 28542ca06a
commit 7430dd9e99
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 18 additions and 1 deletions

View File

@ -89,7 +89,7 @@
"installation_mode": "force_installed" "installation_mode": "force_installed"
}, },
"ipvfoobar@napr.eu": { "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" "installation_mode": "normal_installed"
}, },
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
@ -129,6 +129,10 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
"installation_mode": "force_installed" "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}": { "{759dbb01-b646-4327-bf9e-69ca2543ef8d}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi",
"installation_mode": "normal_installed" "installation_mode": "normal_installed"

View File

@ -11,6 +11,7 @@
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [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)
- [uBlock Origin](#ublock-origin) - [uBlock Origin](#ublock-origin)
- [HTTP Indicator](#http-indicator)
- [Fedora User Agent](#fedora-user-agent) - [Fedora User Agent](#fedora-user-agent)
- [IPvFooBar](#ipvfoobar) - [IPvFooBar](#ipvfoobar)
- [AdNauseam](#adnauseam) - [AdNauseam](#adnauseam)
@ -76,6 +77,12 @@ To intentionally trigger it and what should be allowed in NoScript:
Blocked for Ad Nauseam 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) ### [Fedora User Agent](https://chrome.google.com/webstore/detail/hojggiaghnldpcknpbciehjcaoafceil)
- `hojggiaghnldpcknpbciehjcaoafceil` - `hojggiaghnldpcknpbciehjcaoafceil`

View File

@ -76,6 +76,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"
}, },
"hgcomhbcacfkpffiphlmnlhpppcjgmbl": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"hojggiaghnldpcknpbciehjcaoafceil": { "hojggiaghnldpcknpbciehjcaoafceil": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,