Game of Thrones Spoiler Blocker

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

Wat is Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker is een Chrome-extensie ontwikkeld door cdev, en de belangrijkste functie is "This extension will prevent Game of Thrones spoilers on your Facebook wall".

Extensie Screenshots

screenshot
screenshot

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

Download Game of Thrones Spoiler 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

                        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.                    

Basisinformatie over de Extensie

Naam Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
Officiële URL https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Beschrijving This extension will prevent Game of Thrones spoilers on your Facebook wall
Bestandsgrootte 30.87 KB
Aantal Installaties 18
Huidige Versie 1.2
Laatst Bijgewerkt 2015-04-16
Publicatiedatum 2015-04-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cdev
Betalingswijze free
Ondersteunde Talen 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
}