Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Co je Disable Extensions and Apps?
Disable Extensions and Apps je rozšíření Chrome vyvinuté badgersfanatic2002, a jeho hlavní funkcí je „Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable Extensions and Apps
Stáhněte si soubory rozšíření Disable Extensions and Apps 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í
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Základní Informace o Rozšíření
Název | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
Oficiální URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Popis | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Velikost souboru | 60.42 KB |
Počet instalací | 15,319 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2022-10-03 |
Datum Vydání | 2022-10-03 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | badgersfanatic2002 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://dontleavethemon.com |
URL Stránky Nápovědy | https://dontleavethemon.com/?a=privacy |
URL Stránky Zásad Ochrany Soukromí | https://dontleavethemon.com?a=privacy |
Podporované Jazyky | en |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Disable Extensions and Apps", "options_page": "options.html", "permissions": [ "management", "storage", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |