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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Game of Thrones Blocker! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}