TabBlock
Prevents from opening new tabs.
O que é TabBlock?
TabBlock é uma extensão do Chrome desenvolvida por xconvic, e sua principal característica é "Prevents from opening new tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabBlock
Baixe arquivos de extensão TabBlock 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 extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab). red icon -> TabBlock prevents opening any new tab. green icon -> TabBlock allows opening new tabs freely. Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button. TabBlock does not block any normal ads.
Informações Básicas da Extensão
Nome | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
URL Oficial | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Descrição | Prevents from opening new tabs. |
Tamanho do Arquivo | 11.95 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.5.0 |
Última Atualização | 2020-08-09 |
Data de Publicação | 2019-09-23 |
Classificação | 4.27/5 Total de 78 Avaliações |
Desenvolvedor | xconvic |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabBlock", "description": "__MSG_appDesc__", "version": "1.5.0", "permissions": [], "short_name": "TabBlock", "default_locale": "en", "browser_action": { "default_icon": "green32.png" }, "icons": { "48": "red48.png", "128": "red128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |