Disable Extensions Temporarily
Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
Co je Disable Extensions Temporarily?
Disable Extensions Temporarily je rozšíření Chrome vyvinuté busterc, a jeho hlavní funkcí je „Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable Extensions Temporarily
Stáhněte si soubory rozšíření Disable Extensions Temporarily 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í
Sometimes you just need to disable chrome extensions temporarily. This extension does just that, with one click. Even better, it remembers which extensions where previously enabled and will re-enable them again with just one click. Disable Extensions Temporarily is easy to use and free.
Základní Informace o Rozšíření
Název | Disable Extensions Temporarily |
ID | lcfdefmogcogicollfebhgjiiakbjdje |
Oficiální URL | https://chromewebstore.google.com/detail/disable-extensions-tempor/lcfdefmogcogicollfebhgjiiakbjdje |
Popis | Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions. |
Velikost souboru | 11.59 KB |
Počet instalací | 47,464 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-03-17 |
Datum Vydání | 2020-03-15 |
Hodnocení | 3.76/5 Celkem 337 Hodnocení |
Vývojář | busterc |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Extensions Temporarily", "version": "1.1", "manifest_version": 2, "description": "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/simple-icon-048.png", "default_title": "Toggle Extensions On\/Off" }, "icons": { "16": "img\/simple-icon-016.png", "48": "img\/icon-048.png", "128": "img\/icon-128.png" }, "permissions": [ "management" ] } |