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!是由https://theconorbrowne.com開發的Chrome擴展程式,該擴展的主要功能是“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!擴展crx文件
下載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 |
官方網址 | 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" } |