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.

Wat is Force Block: the Star Wars spoiler blocker?

Force Block: the Star Wars spoiler blocker is een Chrome-extensie ontwikkeld door Priceless Misc, en de belangrijkste functie is "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Force Block: the Star Wars spoiler blocker

Download Force Block: the Star Wars spoiler blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
Officiële URL https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
Beschrijving Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
Bestandsgrootte 581 KB
Aantal Installaties 4,000
Huidige Versie 1.4.0
Laatst Bijgewerkt 2019-12-19
Publicatiedatum 2019-12-17
Beoordeling 4.17/5 Totaal 184 Beoordelingen
Ontwikkelaar Priceless Misc
Betalingswijze free
Extensiewebsite http://pricelessmisc.com
Help Pagina-URL http://pricelessmisc.com/force-block
Ondersteunde Talen 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": [
        "\/*"
    ]
}