No Spoilers
Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
No Spoilersคืออะไร?
No Spoilers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย annasheaffer และคุณลักษณะหลักของมันคือ "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Spoilers
ดาวน์โหลดไฟล์ส่วนขยาย No Spoilers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing. Turn it off or customize it at any time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pgpcfnaafiklphfocfkhponfnoopdmii |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii |
คำอธิบาย | Block spoilers! Customize the extension to block the movies, shows, and events that matter to you. |
ขนาดไฟล์ | 38.39 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-03-18 |
วันที่เผยแพร่ | 2014-03-18 |
ผู้พัฒนา | annasheaffer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Spoilers", "version": "1.1", "author": "Anna Sheaffer", "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.", "icons": { "16": "NS16.png", "48": "NS48.png", "128": "NS128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Block spoilers!", "default_icon": "NS16.png", "default_popup": "popup.html" } } |