New-Tab Blocker
Blocks new tabs from specified websites
What is New-Tab Blocker?
New-Tab Blocker is a Chrome extension developed by konrad, and its main feature is "Blocks new tabs from specified websites".
Extension Screenshots
Download New-Tab Blocker Extension CRX File
Download New-Tab Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
Official URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
Description | Blocks new tabs from specified websites |
File Size | 34.42 KB |
Installation Count | 978 |
Current Version | 0.0.2 |
Last Updated | 2023-08-30 |
Publish Date | 2023-08-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | konrad |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/conrim/newtab-blocker |
Supported Languages | 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" } } |