Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Co to jest Disable Extensions and Apps?
Disable Extensions and Apps to rozszerzenie Chrome opracowane przez BrowserNative, a jego główną funkcją jest „Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Disable Extensions and Apps
Pobierz pliki rozszerzeń Disable Extensions and Apps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
Podstawowe informacje o rozszerzeniu
Nazwa | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
Oficjalny URL | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
Opis | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Rozmiar pliku | 60.19 KB |
Liczba instalacji | 2,006 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2017-09-20 |
Data Publikacji | 2017-09-20 |
Ocena | 4.88/5 Łącznie 24 Oceny |
Deweloper | BrowserNative |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://browsernative.com/disable-chrome-extensions-apps/ |
Adres URL Strony Pomocy | https://browsernative.com/disable-chrome-extensions-apps/ |
Adres URL Strony Polityki Prywatności | https://browsernative.com/extensions-privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Disable Extensions and Apps", "version": "0.0.7", "permissions": [ "management" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |