Disable All Extensions

Disable/Enable your chrome extensions with the click of a button.

什麼是Disable All Extensions?

Disable All Extensions是由kitey13579開發的Chrome擴展程式,該擴展的主要功能是“Disable/Enable your chrome extensions with the click of a button.”。

擴展截圖

screenshot
screenshot

下載Disable All Extensions擴展crx文件

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

擴展使用說明

                        This extension allows you to turn off currently turned on extensions by clicking a single button.

Whitelist
To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded.

Isolation Mode
Having trouble finding an extension causing problems for you? 
Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.                    

擴展基本資訊

名稱 Disable All Extensions Disable All Extensions
ID ailfldpmpboolaihojfagmmfbhcgohne
官方網址 https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne
簡介 Disable/Enable your chrome extensions with the click of a button.
檔案大小 32.53 KB
安裝次數 2,421
目前版本 1.5.1
更新時間 2024-01-31
上架時間 2023-02-06
評分 4.90/5 共 10 次評分
開發者 kitey13579
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ItzBlinkzy/disable-all-extensions
說明頁面URL https://github.com/ItzBlinkzy/disable-all-extensions
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable All Extensions",
    "manifest_version": 3,
    "version": "1.5.1",
    "description": "Disable\/Enable your chrome extensions with the click of a button.",
    "permissions": [
        "contextMenus",
        "management",
        "storage"
    ],
    "background": {
        "service_worker": ".\/src\/background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/public\/images\/appOn_16.png",
        "48": ".\/public\/images\/appOn_48.png",
        "128": ".\/public\/images\/appOn_128.png"
    },
    "action": {
        "default_icon": ".\/public\/images\/appOff_16.png",
        "default-popup": ".\/public\/index.html"
    },
    "author": "Blinkzy"
}