Game of Thrones Spoiler Blocker

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

Apa itu Game of Thrones Spoiler Blocker?

Game of Thrones Spoiler Blocker adalah ekstensi Chrome yang dikembangkan oleh cdev, dan fitur utamanya adalah "This extension will prevent Game of Thrones spoilers on your Facebook wall".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Game of Thrones Spoiler Blocker

Unduh file ekstensi Game of Thrones Spoiler Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
URL Resmi https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
Deskripsi This extension will prevent Game of Thrones spoilers on your Facebook wall
Ukuran File 30.87 KB
Jumlah Instalasi 18
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-04-16
Tanggal Publikasi 2015-04-16
Penilaian 3.00/5 Total 2 Penilaian
Pengembang cdev
Tipe Pembayaran free
Bahasa yang Didukung 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
}