New-Tab Blocker

Blocks new tabs from specified websites

Qu'est-ce que New-Tab Blocker ?

New-Tab Blocker est une extension Chrome développée par konrad, et sa fonction principale est "Blocks new tabs from specified websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New-Tab Blocker

Téléchargez les fichiers d'extension New-Tab Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New-Tab Blocker New-Tab Blocker
ID bkanhpjdajkdnibkplooolgpidgfjfnn
URL Officiel https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn
Description Blocks new tabs from specified websites
Taille du Fichier 34.42 KB
Nombre d'Installations 978
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-08-28
Évaluation 5.00/5 Total 5 Évaluations
Développeur konrad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/conrim/newtab-blocker
Langues Prises en Charge 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"
    }
}