TabBlock

Prevents from opening new tabs.

Qu'est-ce que TabBlock ?

TabBlock est une extension Chrome développée par xconvic, et sa fonction principale est "Prevents from opening new tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabBlock

Téléchargez les fichiers d'extension TabBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TabBlock TabBlock
ID ljmkpdhploeaohmnljbbkohmmfkikklj
URL Officiel https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj
Description Prevents from opening new tabs.
Taille du Fichier 11.95 KB
Nombre d'Installations 10,000
Version Actuelle 1.5.0
Dernière Mise à Jour 2020-08-09
Date de Publication 2019-09-23
Évaluation 4.27/5 Total 78 Évaluations
Développeur xconvic
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}