Blocksite
Light and easy way to block websites
Blocksite là gì?
Blocksite là một tiện ích mở rộng Chrome được phát triển bởi hektr992, và tính năng chính của nó là "Light and easy way to block 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 Blocksite
Tải xuống các tệp mở rộng Blocksite 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
Light and easy way to block websites. Stop websites from stealing your time and exploiting your internet addiction. Just block them. Features: * Works silent(doesn't show you any notification, doesn't open any window, doesn't ask you any question, just silent does what you want) * Easy to use(options are textarea with two buttons - save and disable/enable) * Light(script size is only 5 kb and does not overload your cpu) * Inconspicuous icon on chrome toolbar doesn't attract attention. ------- Any feedback is greatly appreciated. Thanks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ajdknbjjnloedkadkbkajlglplbgmgem |
URL Chính Thức | https://chrome.google.com/webstore/detail/blocksite/ajdknbjjnloedkadkbkajlglplbgmgem |
Mô tả | Light and easy way to block websites |
Kích Thước Tệp | 23.95 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.1.5.5 |
Cập Nhật Lần Cuối | 2019-08-26 |
Ngày Phát Hành | 2019-08-26 |
Đánh Giá | 4.29/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | hektr992 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_description__", "version": "0.1.5.5", "author": "hektr", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab", "storage" ] } |