Game of Thrones Spoiler Blocker

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

Game of Thrones Spoiler Blockerとは何ですか?

Game of Thrones Spoiler Blockerはcdevによって開発されたChromeの拡張機能で、その主な機能は「This extension will prevent Game of Thrones spoilers on your Facebook wall」です。

拡張機能のスクリーンショット

screenshot
screenshot

Game of Thrones Spoiler Blocker拡張機能のCRXファイルをダウンロード

Game of Thrones Spoiler Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Game of Thrones Spoiler Blocker Game of Thrones Spoiler Blocker
ID plnojbaaapedbndmdjgknlipmenccehi
公式URL https://chromewebstore.google.com/detail/game-of-thrones-spoiler-b/plnojbaaapedbndmdjgknlipmenccehi
説明 This extension will prevent Game of Thrones spoilers on your Facebook wall
ファイルサイズ 30.87 KB
インストール数 18
現在のバージョン 1.2
最終更新日 2015-04-16
公開日 2015-04-16
評価 3.00/5 合計 2 レビュー
開発者 cdev
支払い方法 free
対応言語 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
}