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!

Apa itu Game of Thrones Blocker!?

Game of Thrones Blocker! adalah ekstensi Chrome yang dikembangkan oleh https://theconorbrowne.com, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Game of Thrones Blocker!

Unduh file ekstensi Game of Thrones Blocker! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Game of Thrones Blocker! Game of Thrones Blocker!
ID ljanahmeegfcncgjiejgcnilldegggmp
URL Resmi https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp
Deskripsi Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Ukuran File 87.6 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-03-02
Tanggal Publikasi 2018-03-02
Penilaian 3.60/5 Total 5 Penilaian
Pengembang https://theconorbrowne.com
Tipe Pembayaran free
Situs Ekstensi http://twitter.com/theconorbrowne
Bahasa yang Didukung 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"
}