Open/Close All Spoilers

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

Co to jest Open/Close All Spoilers?

Open/Close All Spoilers to rozszerzenie Chrome opracowane przez yldzhanhandan, a jego główną funkcją jest „Toggles all the spoilers on or off at a website when the icon is clicked.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open/Close All Spoilers

Pobierz pliki rozszerzeń Open/Close All Spoilers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open/Close All Spoilers Open/Close All Spoilers
ID aoidoggokpogecnnfoieokboodbpnkjm
Oficjalny URL https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm
Opis Toggles all the spoilers on or off at a website when the icon is clicked.
Rozmiar pliku 8.1 KB
Liczba instalacji 117
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-08-13
Data Publikacji 2019-08-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper yldzhanhandan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": ""
    }
}