TabBlock

Prevents from opening new tabs.

什么是TabBlock?

TabBlock是由xconvic开发的Chrome扩展程序,该扩展的主要功能是“Prevents from opening new tabs.”。

扩展截图

screenshot
screenshot
screenshot

下载TabBlock扩展crx文件

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

扩展使用说明

                        This extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab).

red icon -> TabBlock prevents opening any new tab.
green icon -> TabBlock allows opening new tabs freely.


Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button.
TabBlock does not block any normal ads.                    

扩展基本信息

名称 TabBlock TabBlock
ID ljmkpdhploeaohmnljbbkohmmfkikklj
官方URL https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj
简介 Prevents from opening new tabs.
文件大小 11.95 KB
安装次数 10,000
当前版本 1.5.0
更新时间 2020-08-09
上架时间 2019-09-23
评分 4.27/5 共78次评分
开发者 xconvic
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabBlock",
    "description": "__MSG_appDesc__",
    "version": "1.5.0",
    "permissions": [],
    "short_name": "TabBlock",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "green32.png"
    },
    "icons": {
        "48": "red48.png",
        "128": "red128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    }
}