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