TabBlock
Prevents from opening new tabs.
Cos'è TabBlock?
TabBlock è un'estensione di Chrome sviluppata da xconvic, e la sua funzione principale è "Prevents from opening new tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabBlock
Scarica i file di estensione TabBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
URL Ufficiale | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Descrizione | Prevents from opening new tabs. |
Dimensione del File | 11.95 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2020-08-09 |
Data di Pubblicazione | 2019-09-23 |
Valutazione | 4.27/5 Totale 78 Valutazioni |
Sviluppatore | xconvic |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |