NoTabsForYou - Block new tabs

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

Cos'è NoTabsForYou - Block new tabs?

NoTabsForYou - Block new tabs è un'estensione di Chrome sviluppata da OwlCode, e la sua funzione principale è "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NoTabsForYou - Block new tabs

Scarica i file di estensione NoTabsForYou - Block new tabs 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

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

Informazioni di Base sull'Estensione

Nome NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
URL Ufficiale https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
Descrizione No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
Dimensione del File 96.31 KB
Conteggio Installazioni 71
Versione Corrente 0.1
Ultimo Aggiornamento 2023-05-17
Data di Pubblicazione 2023-05-17
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore OwlCode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
URL della Pagina della Politica sulla Privacy https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
Lingue Supportate 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"
    ]
}