Game of Thrones Spoiler Blocker

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

Was ist Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker ist eine Chrome-Erweiterung, die von cdev entwickelt wurde, und ihr Hauptmerkmal ist "This extension will prevent Game of Thrones spoilers on your Facebook wall".

Erweiterungsscreenshots

screenshot
screenshot

Game of Thrones Spoiler Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Game of Thrones Spoiler Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
Offizielle URL https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Beschreibung This extension will prevent Game of Thrones spoilers on your Facebook wall
Dateigröße 30.87 KB
Installationsanzahl 18
Aktuelle Version 1.2
Letztes Update 2015-04-16
Veröffentlichungsdatum 2015-04-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler cdev
Zahlungsart free
Unterstützte Sprachen 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
}