Open/Close All Spoilers

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

Apa itu Open/Close All Spoilers?

Open/Close All Spoilers adalah ekstensi Chrome yang dikembangkan oleh yldzhanhandan, dan fitur utamanya adalah "Toggles all the spoilers on or off at a website when the icon is clicked.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open/Close All Spoilers

Unduh file ekstensi Open/Close All Spoilers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Open/Close All Spoilers Open/Close All Spoilers
ID aoidoggokpogecnnfoieokboodbpnkjm
URL Resmi https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm
Deskripsi Toggles all the spoilers on or off at a website when the icon is clicked.
Ukuran File 8.1 KB
Jumlah Instalasi 117
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-08-13
Tanggal Publikasi 2019-08-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang yldzhanhandan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": ""
    }
}