New-Tab Blocker
Blocks new tabs from specified websites
O que é New-Tab Blocker?
New-Tab Blocker é uma extensão do Chrome desenvolvida por konrad, e sua principal característica é "Blocks new tabs from specified websites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New-Tab Blocker
Baixe arquivos de extensão New-Tab 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
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab. It is possible to specifiy which websites are allowed to open new tabs and which not. Tips: - to block all new tabs, add "" (nothing) to the "URL Beginnings" list - you can install this Chrome extension on Android with the Kiwi Browser GitHub: https://github.com/conrim/newtab-blocker
Informações Básicas da Extensão
Nome | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
Descrição | Blocks new tabs from specified websites |
Tamanho do Arquivo | 34.42 KB |
Contagem de Instalações | 978 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-08-30 |
Data de Publicação | 2023-08-28 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | konrad |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/conrim/newtab-blocker |
Idiomas Suportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New-Tab Blocker", "manifest_version": 3, "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "128": "icons\/default.png" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icons\/default.png" }, "background": { "service_worker": "service-worker.js" } } |