No Spoilers

Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.

No Spoilers là gì?

No Spoilers là một tiện ích mở rộng Chrome được phát triển bởi annasheaffer, và tính năng chính của nó là "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".

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

Tải xuống các tệp mở rộng No Spoilers 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

                        No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing.  Turn it off or customize it at any time.                    

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

Tên No Spoilers No Spoilers
ID pgpcfnaafiklphfocfkhponfnoopdmii
URL Chính Thức https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii
Mô tả Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
Kích Thước Tệp 38.39 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-03-18
Ngày Phát Hành 2014-03-18
Nhà Phát Triển annasheaffer
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",
    "manifest_version": 2,
    "name": "No Spoilers",
    "version": "1.1",
    "author": "Anna Sheaffer",
    "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.",
    "icons": {
        "16": "NS16.png",
        "48": "NS48.png",
        "128": "NS128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Block spoilers!",
        "default_icon": "NS16.png",
        "default_popup": "popup.html"
    }
}