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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggles all the spoilers on or off at a website when the icon is clicked."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open/Close All Spoilers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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": "" } } |