NoTabsForYou - Block new tabs

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

什么是NoTabsForYou - Block new tabs?

NoTabsForYou - Block new tabs是由OwlCode开发的Chrome扩展程序,该扩展的主要功能是“No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.”。

扩展截图

screenshot
screenshot

下载NoTabsForYou - Block new tabs扩展crx文件

下载NoTabsForYou - Block new tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
官方URL https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
简介 No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
文件大小 96.31 KB
安装次数 71
当前版本 0.1
更新时间 2023-05-17
上架时间 2023-05-17
评分 4.00/5 共1次评分
开发者 OwlCode
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
隐私政策页面URL https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
支持的语言 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"
    ]
}