From e5fc9bfbafcc0a06bf8aa88a7b5a09d4b5610391 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 May 2024 15:49:12 +0300 Subject: [PATCH] {firefox,chromium}: add Plasma Integration mainly for family --- etc/firefox/policies/policies.json | 4 ++++ etc/opt/chromium/policies/managed/README.md | 9 +++++++++ etc/opt/chromium/policies/managed/aminda-extensions.json | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 0cd7667e..70d65e4b 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -101,6 +101,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi", "installation_mode": "force_installed" }, + "plasma-browser-integration@kde.org": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi", + "installation_mode": "force_installed" + }, "uBlock0@raymondhill.net": { "blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.", "installation_mode": "blocked" diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 2990ab12..8086f16c 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -10,6 +10,7 @@ - [`aminda-extensions.json`](#aminda-extensionsjson) - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) + - [Plasma Integration](#plasma-integration) - [uBlock Origin](#ublock-origin) - [HTTP Indicator](#http-indicator) - [Fedora User Agent](#fedora-user-agent) @@ -80,6 +81,14 @@ To intentionally trigger it and what should be allowed in NoScript: - https://captcha.website - https://issuance.privacypass.cloudflare.com +### [Plasma Integration](https://chrome.google.com/webstore/detail/cimiefiiaegbelhefglklhhakcgmhkai) + +- `cimiefiiaegbelhefglklhhakcgmhkai` + +Does a lot of small things on KDE Plasma which my family uses (and me too, +when I am not on Sway). For example media player integration to Plasma, +downloads indicator/control, KDE Connect, alt-f2, etc. + ### uBlock Origin - `cjpalhdlnbpafiamejdnhcphjbkeiagm` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index af992881..42170490 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -73,6 +73,12 @@ "toolbar_pin": "default_unpinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "cimiefiiaegbelhefglklhhakcgmhkai": { + "installation_mode": "force_installed", + "override_update_url": true, + "toolbar_pin": "default_unpinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "cjpalhdlnbpafiamejdnhcphjbkeiagm": { "blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.", "installation_mode": "blocked"