Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Что такое Disable Extensions and Apps?
Disable Extensions and Apps - это расширение Chrome, разработанное badgersfanatic2002, и его основная функция - "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Снимки экрана расширения
Скачать файл CRX расширения Disable Extensions and Apps
Скачайте файлы расширений Disable Extensions and Apps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Основная информация о расширении
Название | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
Официальный URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Описание | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Размер файла | 60.42 KB |
Количество установок | 15,319 |
Текущая Версия | 1.0.7 |
Последнее Обновление | 2022-10-03 |
Дата публикации | 2022-10-03 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | badgersfanatic2002 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://dontleavethemon.com |
URL страницы помощи | https://dontleavethemon.com/?a=privacy |
URL страницы политики конфиденциальности | https://dontleavethemon.com?a=privacy |
Поддерживаемые языки | 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" } |