Spoiled
This extension removes spoiler css from r/wow.
Spoiledคืออะไร?
Spoiled เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ajmiddleton และคุณลักษณะหลักของมันคือ "This extension removes spoiler css from r/wow."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spoiled
ดาวน์โหลดไฟล์ส่วนขยาย Spoiled ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension removes the spoiler link flair from the World of Warcraft subreddit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spoiled |
ID | dehngmfneocffmfblfgjphpeekkikoln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spoiled/dehngmfneocffmfblfgjphpeekkikoln |
คำอธิบาย | This extension removes spoiler css from r/wow. |
ขนาดไฟล์ | 75.41 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2015-11-21 |
วันที่เผยแพร่ | 2015-11-21 |
ผู้พัฒนา | ajmiddleton |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spoiled", "description": "This extension removes spoiler css from r\/wow.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/wow*" ], "js": [ "jquery.js", "remove_spoilers.js" ] } ] } |