NoTabsForYou - Block new tabs

No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.

Qu'est-ce que NoTabsForYou - Block new tabs ?

NoTabsForYou - Block new tabs est une extension Chrome développée par OwlCode, et sa fonction principale est "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NoTabsForYou - Block new tabs

Téléchargez les fichiers d'extension NoTabsForYou - Block new tabs 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

                        Prevent/Block new tabs from opening on your favorite web sites. Enable or Disable for specific web sites.
#tabblock #tab #block #adblock #popup                    

Informations de Base sur l'Extension

Nom NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
URL Officiel https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
Description No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
Taille du Fichier 96.31 KB
Nombre d'Installations 71
Version Actuelle 0.1
Dernière Mise à Jour 2023-05-17
Date de Publication 2023-05-17
Évaluation 4.00/5 Total 1 Évaluations
Développeur OwlCode
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
URL de la Page de Politique de Confidentialité https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
Langues Prises en Charge en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "interface.html",
        "icons": {
            "128": "logo_active.png",
            "48": "logo_active48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "name": "__MSG_appName__",
    "version": "0.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ]
}