Eggo Stranger Things Spoiler Blocker
Eggo Stranger Things Spoiler Blocking Extension for Twitter, Facebook, Reddit and Google News.
Eggo Stranger Things Spoiler Blockerคืออะไร?
Eggo Stranger Things Spoiler Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kellogg's Eggo และคุณลักษณะหลักของมันคือ "Eggo Stranger Things Spoiler Blocking Extension for Twitter, Facebook, Reddit and Google News."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eggo Stranger Things Spoiler Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Eggo Stranger Things Spoiler Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Avoid Season 2 spoilers with the Eggo Stranger Things Spoiler Blocker. It detects and blocks out any posts on Reddit or Facebook, tweets on Twitter, or stories on Google News that mention “Stranger Things” or Stranger Things-related terms, such as 'Upside Down' or 'Hawkins Laboratory'. While this extension will do its best to do so, we can’t guarantee that every spoiler will get blocked, so be vigilant out there. You can view any blocked spoiler by clicking on the blacked-out area. This extension is brought to you by Kellogg’s Eggo® waffles.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nkoehdjpaiaodialcnhojjphcmdoojim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eggo-stranger-things-spoi/nkoehdjpaiaodialcnhojjphcmdoojim |
คำอธิบาย | Eggo Stranger Things Spoiler Blocking Extension for Twitter, Facebook, Reddit and Google News. |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-10-04 |
วันที่เผยแพร่ | 2017-10-04 |
คะแนน | 2.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Kellogg's Eggo |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.kelloggcompany.com/en_US/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eggo Stranger Things Spoiler Blocker", "short_name": "EggoStrangerThingsSpoilerBlocker", "description": "Eggo Stranger Things Spoiler Blocking Extension for Twitter, Facebook, Reddit and Google News.", "version": "1.0.6", "browser_action": { "default_icon": "assets\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Eggo Stranger Things Spoiler Blocker" }, "icons": { "16": "assets\/icons\/icon16.png", "19": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/constants.js", "scripts\/helpers.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*", "*:\/\/gizmodo.co.uk\/*", "*:\/\/*.gizmodo.com\/*", "*:\/\/news.google.co.in\/*", "*:\/\/news.google.co.uk\/*", "*:\/\/news.google.com\/*", "*:\/\/plus.google.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.avclub.com\/*", "*:\/\/*.buzzfeed.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.tumblr.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.slack.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/vendor\/jquery.min.js", "scripts\/constants.js", "scripts\/helpers.js", "scripts\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |