New-Tab Blocker
Blocks new tabs from specified websites
Co to jest New-Tab Blocker?
New-Tab Blocker to rozszerzenie Chrome opracowane przez konrad, a jego główną funkcją jest „Blocks new tabs from specified websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New-Tab Blocker
Pobierz pliki rozszerzeń New-Tab Blocker 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 Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab.
It is possible to specifiy which websites are allowed to open new tabs and which not.
Tips:
- to block all new tabs, add "" (nothing) to the "URL Beginnings" list
- you can install this Chrome extension on Android with the Kiwi Browser
GitHub:
https://github.com/conrim/newtab-blocker Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
| Oficjalny URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
| Opis | Blocks new tabs from specified websites |
| Rozmiar pliku | 34.42 KB |
| Liczba instalacji | 978 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2023-08-30 |
| Data Publikacji | 2023-08-28 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | konrad |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/conrim/newtab-blocker |
| Obsługiwane Języki | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New-Tab Blocker",
"manifest_version": 3,
"version": "0.0.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "icons\/default.png"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icons\/default.png"
},
"background": {
"service_worker": "service-worker.js"
}
} | |