Game of Thrones Spoiler Blocker

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

Cos'è Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker è un'estensione di Chrome sviluppata da cdev, e la sua funzione principale è "This extension will prevent Game of Thrones spoilers on your Facebook wall".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Game of Thrones Spoiler Blocker

Scarica i file di estensione Game of Thrones Spoiler Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
URL Ufficiale https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Descrizione This extension will prevent Game of Thrones spoilers on your Facebook wall
Dimensione del File 30.87 KB
Conteggio Installazioni 18
Versione Corrente 1.2
Ultimo Aggiornamento 2015-04-16
Data di Pubblicazione 2015-04-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore cdev
Tipo di Pagamento free
Lingue Supportate 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
}