History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
History Sweep là gì?
History Sweep là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Ả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 Sweep
Tải xuống các tệp mở rộng History Sweep 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | History Sweep |
ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
URL Chính Thức | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
Mô tả | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
Kích Thước Tệp | 15.54 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 9.8.7 |
Cập Nhật Lần Cuối | 2017-04-15 |
Ngày Phát Hành | 2017-04-14 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bg.js" ] }, "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png" }, "permissions": [ "storage", "browsingData" ], "version": "9.8.7", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Sweep", "offline_enabled": true, "optional_permissions": [ "downloads", "contentSettings" ], "options_page": "options.html" } |