History Blocker by Site
prevents the logging of specified websites
History Blocker by Site là gì?
History Blocker by Site là một tiện ích mở rộng Chrome được phát triển bởi Frosation, và tính năng chính của nó là "prevents the logging of specified 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 History Blocker by Site
Tải xuống các tệp mở rộng History Blocker by Site 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
*coded by CZ* Black lists specified websites from being logged into history. - Supports wildcard (*) for domains - Disregards www's and protocols (http, https, etc) - Disregards path Feel free to suggest any design, ui, or feature improvements (fully aware the current icon looks abysmal) __________________________________________ v1.2 - 18.08-2016: -fixed logic: *.site.com now matches site.com v1.1 - 17.08.2016: -added pointless copyright notice v1.0 - 16.08.2016: -initial
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | History Blocker by Site |
ID | keamekimefemnbgegbfkdkmbomaahfai |
URL Chính Thức | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
Mô tả | prevents the logging of specified websites |
Kích Thước Tệp | 22.96 KB |
Số Lần Cài Đặt | 6,291 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-10-02 |
Ngày Phát Hành | 2017-10-02 |
Đánh Giá | 2.75/5 Tổng số 68 Đánh Giá |
Nhà Phát Triển | Frosation |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Blocker by Site", "short_name": "History Blocker", "description": "prevents the logging of specified websites", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "background": { "scripts": [ "backg.js" ], "persistent": true }, "icons": { "16": "img\/filter16.png", "48": "img\/filter48.png", "128": "img\/filter128.png" }, "browser_action": { "default_icon": { "19": "img\/filter19.png", "39": "img\/filter38.png" }, "default_title": "Configure Options" }, "options_page": "options\/options.html", "permissions": [ "background", "history", "storage" ] } |