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.
O que é Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker é uma extensão do Chrome desenvolvida por Priceless Misc, e sua principal característica é "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Force Block: the Star Wars spoiler blocker
Baixe arquivos de extensão Force Block: the Star Wars spoiler blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
URL Oficial | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Descrição | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
Tamanho do Arquivo | 581 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 1.4.0 |
Última Atualização | 2019-12-19 |
Data de Publicação | 2019-12-17 |
Classificação | 4.17/5 Total de 184 Avaliações |
Desenvolvedor | Priceless Misc |
Tipo de Pagamento | free |
Site da Extensão | http://pricelessmisc.com |
URL da Página de Ajuda | http://pricelessmisc.com/force-block |
Idiomas Suportados | 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": [ "\/*" ] } |