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
官方網址 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"
            }
        }
    }
}