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!”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 Game of Thrones Blocker! Game of Thrones Blocker!
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"
}