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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | aoidoggokpogecnnfoieokboodbpnkjm |
官方網址 | 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": "" } } |