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
公式URL 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
Eメール [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"
}