Spoiler Alert

Blocks potential tv show and sport spoilers from Facebook newsfeeds.

Spoiler Alertとは何ですか?

Spoiler Alertはneeasthanaによって開発されたChromeの拡張機能で、その主な機能は「Blocks potential tv show and sport spoilers from Facebook newsfeeds.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Spoiler Alert拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SpoilerAlert is a Google Chrome Extension that blocks potential tv show and sport spoilers from Facebook newsfeeds. Simply select the shows or sport’s teams that you follow in order to personalize the content that you would like filtered. Afterwards, when a reference to an entered term is found on Facebook, our app will blur that post, explain why the blocking occurred, and provide an option to remove the blocking.

Features:
- Visible blocking of Facebook posts
- Optional removal of blocking
- TV show and Sports team Packages
- Customized Blocking Settings
- Personalized Statistics and Analytics

With the explosion of television show internet streaming services like Netflix and Hulu the amount of people watching television shows online has skyrocketed. With viewers often turning to social media in reaction, it has become commonplace for Facebook or Twitter users to be exposed to information or results that they wish they would not have seen. Whether it is what happened in the latest episode of their favorite television show or the score of the sports game they recorded, having a show or game spoiled by friends on social media can be frustrating and often heartbreaking.

Now, with SpoilerAlert say goodbye to those unwanted posts! Just tell us what you follow and we'll do the rest.                    

拡張機能の基本情報

名前 Spoiler Alert Spoiler Alert
ID odpfnbibaakipnognffhbopcjkonheeg
公式URL https://chrome.google.com/webstore/detail/spoiler-alert/odpfnbibaakipnognffhbopcjkonheeg
説明 Blocks potential tv show and sport spoilers from Facebook newsfeeds.
ファイルサイズ 2.97 MB
インストール数 20
現在のバージョン 1.1
最終更新日 2015-01-09
公開日 2015-01-09
評価 5.00/5 合計 1 レビュー
開発者 neeasthana
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spoiler Alert",
    "description": "Blocks potential tv show and sport spoilers from Facebook newsfeeds.",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "SpoilerAlert.png",
        "termFinder.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Spoiler Alert!"
    },
    "options_page": "web\/index.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage",
        "tabs",
        "activeTab"
    ]
}