Extension Disabler

Easily disable extensions

什麼是Extension Disabler?

Extension Disabler是由Harri Huhta開發的Chrome擴展程式,該擴展的主要功能是“Easily disable extensions”。

擴展截圖

screenshot

下載Extension Disabler擴展crx文件

下載Extension Disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension Disabler is a simplistic tool for toggling your currently enabled extensions on / off.
It offers an easy 1-click toggle button that can be used to disable or enable your other extensions at any time.

No configuration required.

The extension is open source and can be found at https://gitlab.com/harri-huhta/extension-disabler                    

擴展基本資訊

名稱 Extension Disabler Extension Disabler
ID plaiffgjdokelmjljbcebnmeabkjglfd
官方網址 https://chromewebstore.google.com/detail/extension-disabler/plaiffgjdokelmjljbcebnmeabkjglfd
簡介 Easily disable extensions
檔案大小 142 KB
安裝次數 390
目前版本 0.5
更新時間 2020-10-28
上架時間 2020-10-28
評分 4.75/5 共 4 次評分
開發者 Harri Huhta
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gitlab.com/harri-huhta/extension-disabler
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Disabler",
    "version": "0.5",
    "description": "Easily disable extensions",
    "permissions": [
        "storage",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_title": "Extension Disabler"
    }
}