Extension Disabler
Easily disable extensions
Co je Extension Disabler?
Extension Disabler je rozšíření Chrome vyvinuté Harri Huhta, a jeho hlavní funkcí je „Easily disable extensions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Extension Disabler
Stáhněte si soubory rozšíření Extension Disabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension Disabler is a simplistic tool for toggling your currently enabled extensions on / off. It offers an easy 1-click toggle button that can be used to disable or enable your other extensions at any time. No configuration required. The extension is open source and can be found at https://gitlab.com/harri-huhta/extension-disabler
Základní Informace o Rozšíření
Název | Extension Disabler |
ID | plaiffgjdokelmjljbcebnmeabkjglfd |
Oficiální URL | https://chromewebstore.google.com/detail/extension-disabler/plaiffgjdokelmjljbcebnmeabkjglfd |
Popis | Easily disable extensions |
Velikost souboru | 142 KB |
Počet instalací | 390 |
Aktuální Verze | 0.5 |
Poslední Aktualizace | 2020-10-28 |
Datum Vydání | 2020-10-28 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | Harri Huhta |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://gitlab.com/harri-huhta/extension-disabler |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Disabler", "version": "0.5", "description": "Easily disable extensions", "permissions": [ "storage", "management" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_icon": "images\/on.png", "default_title": "Extension Disabler" } } |