Unspoiler

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

Unspoiler là gì?

Unspoiler là một tiện ích mở rộng Chrome được phát triển bởi https://www.unspoiler.tv, và tính năng chính của nó là "Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unspoiler

Tải xuống các tệp mở rộng Unspoiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unspoiler Unspoiler
ID oookgbbhgojdebhnmkmhgfagoiknifgi
URL Chính Thức https://chromewebstore.google.com/detail/unspoiler/oookgbbhgojdebhnmkmhgfagoiknifgi
Mô tả Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.
Kích Thước Tệp 73.39 KB
Số Lần Cài Đặt 7,922
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2014-01-24
Ngày Phát Hành 2014-01-23
Đánh Giá 4.13/5 Tổng số 101 Đánh Giá
Nhà Phát Triển https://www.unspoiler.tv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}