TabBlock
Prevents from opening new tabs.
Co to jest TabBlock?
TabBlock to rozszerzenie Chrome opracowane przez xconvic, a jego główną funkcją jest „Prevents from opening new tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabBlock
Pobierz pliki rozszerzeń TabBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
Oficjalny URL | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Opis | Prevents from opening new tabs. |
Rozmiar pliku | 11.95 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2020-08-09 |
Data Publikacji | 2019-09-23 |
Ocena | 4.27/5 Łącznie 78 Oceny |
Deweloper | xconvic |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |