History Clear
Auto clear browsing history
What is History Clear?
History Clear is a Chrome extension developed by z.houbin.site, and its main feature is "Auto clear browsing history".
Extension Screenshots
Download History Clear Extension CRX File
Download History Clear extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Plugins will automatically clean up historical records, like no trace mode.
Extension Basic Information
Name | History Clear |
ID | lclebgjianobbenbgmcbpeohnjfaklfo |
Official URL | https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo |
Description | Auto clear browsing history |
File Size | 15.55 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2023-04-11 |
Publish Date | 2018-09-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | z.houbin.site |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Clear", "version": "1.1", "manifest_version": 3, "description": "Auto clear browsing history", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "alarms" ] } |