New-Tab Blocker

Blocks new tabs from specified websites

Wat is New-Tab Blocker?

New-Tab Blocker is een Chrome-extensie ontwikkeld door konrad, en de belangrijkste functie is "Blocks new tabs from specified websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New-Tab Blocker

Download New-Tab Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam New-Tab Blocker New-Tab Blocker
ID bkanhpjdajkdnibkplooolgpidgfjfnn
Officiële URL https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn
Beschrijving Blocks new tabs from specified websites
Bestandsgrootte 34.42 KB
Aantal Installaties 978
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-08-30
Publicatiedatum 2023-08-28
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar konrad
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/conrim/newtab-blocker
Ondersteunde Talen 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"
    }
}