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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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": "" } } |