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 هو إضافة Chrome تم تطويرها بواسطة yldzhanhandan، والميزة الرئيسية لها هي "Toggles all the spoilers on or off at a website when the icon is clicked.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open/Close All Spoilers
قم بتنزيل ملفات الامتداد Open/Close All Spoilers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": "" } } |