New-Tab Blocker
Blocks new tabs from specified websites
Was ist New-Tab Blocker?
New-Tab Blocker ist eine Chrome-Erweiterung, die von konrad entwickelt wurde, und ihr Hauptmerkmal ist "Blocks new tabs from specified websites".
Erweiterungsscreenshots
New-Tab Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie New-Tab Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
Beschreibung | Blocks new tabs from specified websites |
Dateigröße | 34.42 KB |
Installationsanzahl | 978 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2023-08-30 |
Veröffentlichungsdatum | 2023-08-28 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | konrad |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/conrim/newtab-blocker |
Unterstützte Sprachen | 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" } } |