NoTabsForYou - Block new tabs

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

What is NoTabsForYou - Block new tabs?

NoTabsForYou - Block new tabs is a Chrome extension developed by OwlCode, and its main feature is "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".

Extension Screenshots

screenshot
screenshot

Download NoTabsForYou - Block new tabs Extension CRX File

Download NoTabsForYou - Block new tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
Official URL 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.
File Size 96.31 KB
Installation Count 71
Current Version 0.1
Last Updated 2023-05-17
Publish Date 2023-05-17
Rating 4.00/5 Total 1 Ratings
Developer OwlCode
Email [email protected]
Payment Type free
Extension Website https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
Privacy Policy Page URL https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
Supported Languages 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"
    ]
}