Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Co je Disable All Extensions?
Disable All Extensions je rozšíření Chrome vyvinuté kitey13579, a jeho hlavní funkcí je „Disable/Enable your chrome extensions with the click of a button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable All Extensions
Stáhněte si soubory rozšíření Disable All Extensions 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í
This extension allows you to turn off currently turned on extensions by clicking a single button. Whitelist To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded. Isolation Mode Having trouble finding an extension causing problems for you? Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.
Základní Informace o Rozšíření
Název | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
Oficiální URL | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
Popis | Disable/Enable your chrome extensions with the click of a button. |
Velikost souboru | 32.53 KB |
Počet instalací | 2,421 |
Aktuální Verze | 1.5.1 |
Poslední Aktualizace | 2024-01-31 |
Datum Vydání | 2023-02-06 |
Hodnocení | 4.90/5 Celkem 10 Hodnocení |
Vývojář | kitey13579 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ItzBlinkzy/disable-all-extensions |
URL Stránky Nápovědy | https://github.com/ItzBlinkzy/disable-all-extensions |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable All Extensions", "manifest_version": 3, "version": "1.5.1", "description": "Disable\/Enable your chrome extensions with the click of a button.", "permissions": [ "contextMenus", "management", "storage" ], "background": { "service_worker": ".\/src\/background.js", "type": "module" }, "icons": { "16": ".\/public\/images\/appOn_16.png", "48": ".\/public\/images\/appOn_48.png", "128": ".\/public\/images\/appOn_128.png" }, "action": { "default_icon": ".\/public\/images\/appOff_16.png", "default-popup": ".\/public\/index.html" }, "author": "Blinkzy" } |