TabBlock
Prevents from opening new tabs.
Wat is TabBlock?
TabBlock is een Chrome-extensie ontwikkeld door xconvic, en de belangrijkste functie is "Prevents from opening new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie TabBlock
Download TabBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
Officiële URL | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Beschrijving | Prevents from opening new tabs. |
Bestandsgrootte | 11.95 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2020-08-09 |
Publicatiedatum | 2019-09-23 |
Beoordeling | 4.27/5 Totaal 78 Beoordelingen |
Ontwikkelaar | xconvic |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |