Force Block: the Star Wars spoiler blocker

Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.

Force Block: the Star Wars spoiler blocker là gì?

Force Block: the Star Wars spoiler blocker là một tiện ích mở rộng Chrome được phát triển bởi Priceless Misc, và tính năng chính của nó là "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force Block: the Star Wars spoiler blocker

Tải xuống các tệp mở rộng Force Block: the Star Wars spoiler blocker 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

                        UPDATE: Dec 17 2019
------------------------------
Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)                    

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

Tên Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
URL Chính Thức https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
Mô tả Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
Kích Thước Tệp 581 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2019-12-19
Ngày Phát Hành 2019-12-17
Đánh Giá 4.17/5 Tổng số 184 Đánh Giá
Nhà Phát Triển Priceless Misc
Loại Thanh Toán free
Trang Web Mở Rộng http://pricelessmisc.com
URL Trang Trợ Giúp http://pricelessmisc.com/force-block
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Block: the Star Wars spoiler blocker",
    "short_name": "Force Block",
    "version": "1.4.0",
    "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.",
    "icons": {
        "128": "\/img\/icon128.png",
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}