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
电子邮箱 [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": ""
    }
}