New-Tab Blocker
Blocks new tabs from specified websites
Cos'è New-Tab Blocker?
New-Tab Blocker è un'estensione di Chrome sviluppata da konrad, e la sua funzione principale è "Blocks new tabs from specified websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New-Tab Blocker
Scarica i file di estensione New-Tab Blocker 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 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
| Descrizione | Blocks new tabs from specified websites |
| Dimensione del File | 34.42 KB |
| Conteggio Installazioni | 978 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2023-08-30 |
| Data di Pubblicazione | 2023-08-28 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | konrad |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/conrim/newtab-blocker |
| Lingue Supportate | 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"
}
} | |