TabBlock

Prevents from opening new tabs.

TabBlock क्या है?

TabBlock xconvic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents from opening new tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}