Game of Thrones Spoiler Blocker

This extension will prevent Game of Thrones spoilers on your Facebook wall

What is Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker is a Chrome extension developed by cdev, and its main feature is "This extension will prevent Game of Thrones spoilers on your Facebook wall".

Extension Screenshots

screenshot
screenshot

Download Game of Thrones Spoiler Blocker Extension CRX File

Download Game of Thrones Spoiler Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        As you may know, few episodes of season 5 have leaked. It means that there is high probability that someone will post spoiler status on your facebook while you wait new episode to watch.
This extension helps by finding all statuses mentioning Game of Thrones and replacing it with SPOILER ALERT message. It also displays alert message box, just in case.                    

Extension Basic Information

Name Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
Official URL https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Description This extension will prevent Game of Thrones spoilers on your Facebook wall
File Size 30.87 KB
Installation Count 18
Current Version 1.2
Last Updated 2015-04-16
Publish Date 2015-04-16
Rating 3.00/5 Total 2 Ratings
Developer cdev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game of Thrones Spoiler Blocker",
    "description": "This extension will prevent Game of Thrones spoilers on your Facebook wall",
    "version": "1.2",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/www.facebook.com\/",
        "https:\/\/www.facebook.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}