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とは何ですか?

Force Block: the Star Wars spoiler blockerはPriceless Miscによって開発されたChromeの拡張機能で、その主な機能は「Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.」です。

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

screenshot
screenshot

Force Block: the Star Wars spoiler blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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 :)                    

拡張機能の基本情報

名前 Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
公式URL https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
説明 Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
ファイルサイズ 581 KB
インストール数 4,000
現在のバージョン 1.4.0
最終更新日 2019-12-19
公開日 2019-12-17
評価 4.17/5 合計 184 レビュー
開発者 Priceless Misc
支払い方法 free
拡張機能のウェブサイト http://pricelessmisc.com
ヘルプページのURL http://pricelessmisc.com/force-block
対応言語 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": [
        "\/*"
    ]
}