TabBlock
Prevents from opening new tabs.
TabBlock là gì?
TabBlock là một tiện ích mở rộng Chrome được phát triển bởi xconvic, và tính năng chính của nó là "Prevents from opening new tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TabBlock
Tải xuống các tệp mở rộng TabBlock 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
URL Chính Thức | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Mô tả | Prevents from opening new tabs. |
Kích Thước Tệp | 11.95 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2020-08-09 |
Ngày Phát Hành | 2019-09-23 |
Đánh Giá | 4.27/5 Tổng số 78 Đánh Giá |
Nhà Phát Triển | xconvic |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |