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是由badgersfanatic2002开发的Chrome扩展程序,该扩展的主要功能是“Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.”。
扩展截图
下载Disable Extensions and Apps扩展crx文件
下载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" } |