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.
Cos'è Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker è un'estensione di Chrome sviluppata da Priceless Misc, e la sua funzione principale è "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Force Block: the Star Wars spoiler blocker
Scarica i file di estensione Force Block: the Star Wars spoiler blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
URL Ufficiale | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Descrizione | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
Dimensione del File | 581 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2019-12-19 |
Data di Pubblicazione | 2019-12-17 |
Valutazione | 4.17/5 Totale 184 Valutazioni |
Sviluppatore | Priceless Misc |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pricelessmisc.com |
URL della Pagina di Aiuto | http://pricelessmisc.com/force-block |
Lingue Supportate | 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": [ "\/*" ] } |