TakiBlock
TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
O que é TakiBlock?
TakiBlock é uma extensão do Chrome desenvolvida por TakiDev, e sua principal característica é "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TakiBlock
Baixe arquivos de extensão TakiBlock 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
Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.
Informações Básicas da Extensão
Nome | TakiBlock |
ID | mindlkbjpaiehbfjaofhmhoalcmncelg |
URL Oficial | https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg |
Descrição | TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free! |
Tamanho do Arquivo | 3.24 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-10-15 |
Data de Publicação | 2023-10-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | TakiDev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://takiblock.netlify.app |
URL da Página de Política de Privacidade | https://takiblock.netlify.app/privacy/privacy_policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TakiBlock", "version": "1.0.0", "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!", "manifest_version": 3, "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |