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.

Vad är Force Block: the Star Wars spoiler blocker?

Force Block: the Star Wars spoiler blocker är en Chrome-tillägg utvecklad av Priceless Misc, och dess huvudfunktion är "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Force Block: the Star Wars spoiler blocker-förlängningens CRX-fil

Ladda ner Force Block: the Star Wars spoiler blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
Officiell webbadress https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
Beskrivning Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
Filstorlek 581 KB
Antal Installationer 4,000
Aktuell Version 1.4.0
Senast Uppdaterad 2019-12-19
Publiceringsdatum 2019-12-17
Betyg 4.17/5 Totalt 184 Betyg
Utvecklare Priceless Misc
Betalningssätt free
Tilläggswebbplats http://pricelessmisc.com
Hjälpsida URL http://pricelessmisc.com/force-block
Stödda Språk 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": [
        "\/*"
    ]
}