Open/Close All Spoilers

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

What is Open/Close All Spoilers?

Open/Close All Spoilers is a Chrome extension developed by yldzhanhandan, and its main feature is "Toggles all the spoilers on or off at a website when the icon is clicked.".

Extension Screenshots

screenshot

Download Open/Close All Spoilers Extension CRX File

Download Open/Close All Spoilers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Open/Close All Spoilers Open/Close All Spoilers
ID aoidoggokpogecnnfoieokboodbpnkjm
Official URL https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm
Description Toggles all the spoilers on or off at a website when the icon is clicked.
File Size 8.1 KB
Installation Count 117
Current Version 1.1
Last Updated 2019-08-13
Publish Date 2019-08-13
Rating 5.00/5 Total 1 Ratings
Developer yldzhanhandan
Email [email protected]
Payment Type free
Supported Languages 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": ""
    }
}