Game of Thrones Spoiler Blocker

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

Co to jest Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker to rozszerzenie Chrome opracowane przez cdev, a jego główną funkcją jest „This extension will prevent Game of Thrones spoilers on your Facebook wall”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Game of Thrones Spoiler Blocker

Pobierz pliki rozszerzeń Game of Thrones Spoiler Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
Oficjalny URL https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Opis This extension will prevent Game of Thrones spoilers on your Facebook wall
Rozmiar pliku 30.87 KB
Liczba instalacji 18
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-04-16
Data Publikacji 2015-04-16
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper cdev
Typ Płatności free
Obsługiwane Języki 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
}