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是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.”。

扩展截图

screenshot
screenshot
screenshot

下载Disable Extensions and Apps扩展crx文件

下载Disable Extensions and Apps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use keyboard command Ctrl + Shift + E.

Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/                    

扩展基本信息

名称 Disable Extensions and Apps Disable Extensions and Apps
ID abmoaeegegigmhgfmdmlhkoghibgkpkj
官方URL https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj
简介 Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
文件大小 60.19 KB
安装次数 2,006
当前版本 0.0.7
更新时间 2017-09-20
上架时间 2017-09-20
评分 4.88/5 共24次评分
开发者 BrowserNative
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/disable-chrome-extensions-apps/
帮助页面URL https://browsernative.com/disable-chrome-extensions-apps/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 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"
            }
        }
    }
}