Unspoiler

Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.

Unspoilerとは何ですか?

Unspoilerはhttps://www.unspoiler.tvによって開発されたChromeの拡張機能で、その主な機能は「Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.」です。

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

screenshot

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

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

拡張機能の使用方法

                        New Version 2.2! 

* Save your blocked headlines so you can read them later.
* White list any sites you don't want blocked.

Replace any headlines, tweets, facebook posts,with a spoiler warning label.

Click the plugin button in your browser bar and type in the name of any shows or references you don't want to read about.  

You can also just type "unspoil " in the chrome addressbar.

Unspoiler will check any webpage you load for those spoilers and replace them with a warning label which lets you know what it's found.  

When you're ready to read spoilers again you can remove anything you've blocked by clicking the plugin button or going into the unspoiler options.                    

拡張機能の基本情報

名前 Unspoiler Unspoiler
ID oookgbbhgojdebhnmkmhgfagoiknifgi
公式URL https://chromewebstore.google.com/detail/unspoiler/oookgbbhgojdebhnmkmhgfagoiknifgi
説明 Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.
ファイルサイズ 73.39 KB
インストール数 7,922
現在のバージョン 2.2.0
最終更新日 2014-01-24
公開日 2014-01-23
評価 4.13/5 合計 101 レビュー
開発者 https://www.unspoiler.tv
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unspoiler",
    "version": "2.2.0",
    "manifest_version": 2,
    "description": "Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.",
    "homepage_url": "http:\/\/www.unspoiler.tv\/",
    "omnibox": {
        "keyword": "unspoil"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "unspoiler.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}