TabBlock

Prevents from opening new tabs.

What is TabBlock?

TabBlock is a Chrome extension developed by xconvic, and its main feature is "Prevents from opening new tabs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TabBlock Extension CRX File

Download TabBlock 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

                        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.                    

Extension Basic Information

Name TabBlock TabBlock
ID ljmkpdhploeaohmnljbbkohmmfkikklj
Official URL https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj
Description Prevents from opening new tabs.
File Size 11.95 KB
Installation Count 10,000
Current Version 1.5.0
Last Updated 2020-08-09
Publish Date 2019-09-23
Rating 4.27/5 Total 78 Ratings
Developer xconvic
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}