NoTabsForYou - Block new tabs

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

Wat is NoTabsForYou - Block new tabs?

NoTabsForYou - Block new tabs is een Chrome-extensie ontwikkeld door OwlCode, en de belangrijkste functie is "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NoTabsForYou - Block new tabs

Download NoTabsForYou - Block new tabs-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

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

Basisinformatie over de Extensie

Naam NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
Officiële URL https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
Beschrijving No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
Bestandsgrootte 96.31 KB
Aantal Installaties 71
Huidige Versie 0.1
Laatst Bijgewerkt 2023-05-17
Publicatiedatum 2023-05-17
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar OwlCode
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
URL van de Privacybeleid Pagina https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
Ondersteunde Talen 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"
    ]
}