Open/Close All Spoilers

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

Wat is Open/Close All Spoilers?

Open/Close All Spoilers is een Chrome-extensie ontwikkeld door yldzhanhandan, en de belangrijkste functie is "Toggles all the spoilers on or off at a website when the icon is clicked.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open/Close All Spoilers

Download Open/Close All Spoilers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Open/Close All Spoilers Open/Close All Spoilers
ID aoidoggokpogecnnfoieokboodbpnkjm
Officiële URL https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm
Beschrijving Toggles all the spoilers on or off at a website when the icon is clicked.
Bestandsgrootte 8.1 KB
Aantal Installaties 117
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-13
Publicatiedatum 2019-08-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar yldzhanhandan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": ""
    }
}