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
Eメール [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"
        ]
    }
}