Force Block: the Star Wars spoiler blocker
Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
Force Block: the Star Wars spoiler blockerคืออะไร?
Force Block: the Star Wars spoiler blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Priceless Misc และคุณลักษณะหลักของมันคือ "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Block: the Star Wars spoiler blocker
ดาวน์โหลดไฟล์ส่วนขยาย Force Block: the Star Wars spoiler blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATE: Dec 17 2019 ------------------------------ Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
คำอธิบาย | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
ขนาดไฟล์ | 581 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2019-12-19 |
วันที่เผยแพร่ | 2019-12-17 |
คะแนน | 4.17/5 รวมทั้งหมด 184 คะแนน |
ผู้พัฒนา | Priceless Misc |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://pricelessmisc.com |
URL หน้าช่วยเหลือ | http://pricelessmisc.com/force-block |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Block: the Star Wars spoiler blocker", "short_name": "Force Block", "version": "1.4.0", "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.", "icons": { "128": "\/img\/icon128.png", "16": "\/img\/icon16.png", "48": "\/img\/icon48.png" }, "browser_action": { "default_icon": "\/img\/icon.png", "default_popup": "\/popup\/popup.html" }, "content_scripts": [ { "css": [ "\/css\/style.css" ], "js": [ "\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "\/*" ] } |