Open/Close All Spoilers
Toggles all the spoilers on or off at a website when the icon is clicked.
Vad är Open/Close All Spoilers?
Open/Close All Spoilers är en Chrome-tillägg utvecklad av yldzhanhandan, och dess huvudfunktion är "Toggles all the spoilers on or off at a website when the icon is clicked.".
Tilläggsskärmbilder
Ladda ner Open/Close All Spoilers-förlängningens CRX-fil
Ladda ner Open/Close All Spoilers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aoidoggokpogecnnfoieokboodbpnkjm |
Officiell webbadress | https://chrome.google.com/webstore/detail/openclose-all-spoilers/aoidoggokpogecnnfoieokboodbpnkjm |
Beskrivning | Toggles all the spoilers on or off at a website when the icon is clicked. |
Filstorlek | 8.1 KB |
Antal Installationer | 117 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-08-13 |
Publiceringsdatum | 2019-08-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | yldzhanhandan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": "" } } |