WebBlock
Block distracting websites
WebBlock là gì?
WebBlock là một tiện ích mở rộng Chrome được phát triển bởi webblockdev, và tính năng chính của nó là "Block distracting websites".
Ả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 WebBlock
Tải xuống các tệp mở rộng WebBlock 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
Finally, a website blocker that actually works! Some website blockers are too strict, so you disable them, only to never enable them again. Some are too lax, so you figure out how to bypass them and they become useless. WebBlock finds the perfect balance: it let's you go on blocked websites, but first you have to do nothing for 1 minute. The boredom is the perfect deterrent from binging youtube, but doesn't get in the way of real work!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebBlock |
ID | jeahkphmdfbddenabgndnooheiciocka |
URL Chính Thức | https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka |
Mô tả | Block distracting websites |
Kích Thước Tệp | 32.56 KB |
Số Lần Cài Đặt | 496 |
Phiên Bản Hiện Tại | 3.1.5 |
Cập Nhật Lần Cuối | 2022-12-08 |
Ngày Phát Hành | 2020-07-05 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | webblockdev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SimonBerens/WebBlock |
URL Trang Trợ Giúp | https://github.com/SimonBerens/WebBlock/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebBlock", "version": "3.1.5", "description": "Block distracting websites", "icons": { "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "action": { "default_icon": [], "default_title": "WebBlock", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "92", "options_page": "options.html", "permissions": [ "storage", "tabs", "alarms" ] } |