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.
Was ist Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker ist eine Chrome-Erweiterung, die von Priceless Misc entwickelt wurde, und ihr Hauptmerkmal ist "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Erweiterungsscreenshots
Force Block: the Star Wars spoiler blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Force Block: the Star Wars spoiler blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
Offizielle URL | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Beschreibung | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
Dateigröße | 581 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2019-12-19 |
Veröffentlichungsdatum | 2019-12-17 |
Bewertung | 4.17/5 Insgesamt 184 Bewertungen |
Entwickler | Priceless Misc |
Zahlungsart | free |
Erweiterungswebsite | http://pricelessmisc.com |
Hilfeseite URL | http://pricelessmisc.com/force-block |
Unterstützte Sprachen | 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": [ "\/*" ] } |