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! là gì?

Game of Thrones Blocker! là một tiện ích mở rộng Chrome được phát triển bởi https://theconorbrowne.com, và tính năng chính của nó là "Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Game of Thrones Blocker!

Tải xuống các tệp mở rộng Game of Thrones Blocker! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Game of Thrones Blocker! Game of Thrones Blocker!
ID ljanahmeegfcncgjiejgcnilldegggmp
URL Chính Thức https://chrome.google.com/webstore/detail/game-of-thrones-blocker/ljanahmeegfcncgjiejgcnilldegggmp
Mô tả Not a Game of Thrones fan? Sick of seeing news about it all the time? Erase every Game of Thrones reference from your life!
Kích Thước Tệp 87.6 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-02
Ngày Phát Hành 2018-03-02
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://theconorbrowne.com
Loại Thanh Toán free
Trang Web Mở Rộng http://twitter.com/theconorbrowne
Ngôn Ngữ Được Hỗ Trợ 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"
}