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!

Wat is Game of Thrones Blocker!?

Game of Thrones Blocker! is een Chrome-extensie ontwikkeld door https://theconorbrowne.com, en de belangrijkste functie is "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Game of Thrones Blocker!

Download Game of Thrones Blocker!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Game of Thrones Blocker! Game of Thrones Blocker!
ID ljanahmeegfcncgjiejgcnilldegggmp
Officiële URL https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp
Beschrijving Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Bestandsgrootte 87.6 KB
Aantal Installaties 27
Huidige Versie 1.0
Laatst Bijgewerkt 2018-03-02
Publicatiedatum 2018-03-02
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar https://theconorbrowne.com
Betalingswijze free
Extensiewebsite http://twitter.com/theconorbrowne
Ondersteunde Talen 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"
}