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
官方網址 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"
        ]
    }
}