X-blocker
Blocks incoming things from the web.
O que é X-blocker?
X-blocker é uma extensão do Chrome desenvolvida por Rudie Dirkx, e sua principal característica é "Blocks incoming things from the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão X-blocker
Baixe arquivos de extensão X-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
X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block. For instance, block all `nicescroll.js` scripts.
Informações Básicas da Extensão
Nome | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
URL Oficial | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
Descrição | Blocks incoming things from the web. |
Tamanho do Arquivo | 18.7 KB |
Contagem de Instalações | 817 |
Versão Atual | 1.10 |
Última Atualização | 2023-05-13 |
Data de Publicação | 2016-03-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Rudie Dirkx |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/rudiedirkx/xblocker-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X-blocker", "description": "Blocks incoming things from the web.", "version": "1.10", "permissions": [ "storage", "declarativeNetRequest" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "xblocker.sw.js" }, "options_page": "options\/options.html", "action": { "default_title": "X-blocker - Click to toggle & reload", "default_icon": { "128": "images\/128x128.png" } }, "icons": { "128": "images\/128x128.png" }, "manifest_version": 3 } |