Open/Close All Spoilers

Toggles all the spoilers on or off at a website when the icon is clicked.

Open/Close All Spoilersとは何ですか?

Open/Close All Spoilersはyldzhanhandanによって開発されたChromeの拡張機能で、その主な機能は「Toggles all the spoilers on or off at a website when the icon is clicked.」です。

拡張機能のスクリーンショット

screenshot

Open/Close All Spoilers拡張機能のCRXファイルをダウンロード

Open/Close All Spoilers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of having to open or close every spoiler one by one? Then this extension is just for you. Click on the extension icon and toggle all the spoilers on or off.                    

拡張機能の基本情報

名前 Open/Close All Spoilers Open/Close All Spoilers
ID aoidoggokpogecnnfoieokboodbpnkjm
公式URL https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm
説明 Toggles all the spoilers on or off at a website when the icon is clicked.
ファイルサイズ 8.1 KB
インストール数 117
現在のバージョン 1.1
最終更新日 2019-08-13
公開日 2019-08-13
評価 5.00/5 合計 1 レビュー
開発者 yldzhanhandan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open\/Close All Spoilers",
    "version": "1.1",
    "description": "Toggles all the spoilers on or off at a website when the icon is clicked.",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_19.png",
        "default_popup": ""
    }
}