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.
What is Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker is a Chrome extension developed by Priceless Misc, and its main feature is "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Extension Screenshots
Download Force Block: the Star Wars spoiler blocker Extension CRX File
Download Force Block: the Star Wars spoiler blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
Official URL | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Description | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
File Size | 581 KB |
Installation Count | 4,000 |
Current Version | 1.4.0 |
Last Updated | 2019-12-19 |
Publish Date | 2019-12-17 |
Rating | 4.17/5 Total 184 Ratings |
Developer | Priceless Misc |
Payment Type | free |
Extension Website | http://pricelessmisc.com |
Help Page URL | http://pricelessmisc.com/force-block |
Supported Languages | 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": [ "\/*" ] } |