Game of Thrones Blocker!
Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Game of Thrones Blocker!คืออะไร?
Game of Thrones Blocker! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theconorbrowne.com และคุณลักษณะหลักของมันคือ "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game of Thrones Blocker!
ดาวน์โหลดไฟล์ส่วนขยาย Game of Thrones Blocker! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove Game of Thrones from your life. Erase every GOT reference from your internet browser. This is for all of us who don’t watch Game of Thrones and have no clue about the meaning of any of the weird names that you GOT fans keep referencing! No longer must we suffer! ;-) This will remove any mention of GOT from any website you visit! - Blocks GOT references on any site, including Facebook and Twitter - No ads or annoying popups! Now and forever! :) http://www.twitter.com/theconorbrowne
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljanahmeegfcncgjiejgcnilldegggmp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp |
คำอธิบาย | Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life! |
ขนาดไฟล์ | 87.6 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-03-02 |
วันที่เผยแพร่ | 2018-03-02 |
คะแนน | 3.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://theconorbrowne.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://twitter.com/theconorbrowne |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "source\/style.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Game of Thrones Blocker!", "permissions": [ "storage", "management" ], "version": "1.0" } |