Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Star Wars - Spoiler Alert!คืออะไร?
Star Wars - Spoiler Alert! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Wars - Spoiler Alert!
ดาวน์โหลดไฟล์ส่วนขยาย Star Wars - Spoiler Alert! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers. May the force be with you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Star Wars - Spoiler Alert! |
ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
คำอธิบาย | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
ขนาดไฟล์ | 13.36 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-11 |
วันที่เผยแพร่ | 2015-12-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://piyushbansal.github.io/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars - Spoiler Alert!", "version": "1.0", "description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!", "icons": { "16": "icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |