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
官方網址 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:\/\/*\/*"
    ]
}