New-Tab Blocker

Blocks new tabs from specified websites

New-Tab Blocker là gì?

New-Tab Blocker là một tiện ích mở rộng Chrome được phát triển bởi konrad, và tính năng chính của nó là "Blocks new tabs from specified websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng New-Tab Blocker

Tải xuống các tệp mở rộng New-Tab Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New-Tab Blocker New-Tab Blocker
ID bkanhpjdajkdnibkplooolgpidgfjfnn
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn
Mô tả Blocks new tabs from specified websites
Kích Thước Tệp 34.42 KB
Số Lần Cài Đặt 978
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2023-08-28
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển konrad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/conrim/newtab-blocker
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}