Clear History
Quickly clears the browser history.
What is Clear History?
Clear History is a Chrome extension developed by Mike Frysinger, and its main feature is "Quickly clears the browser history.".
Extension Screenshots
Download Clear History Extension CRX File
Download Clear History 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
Automatically clear all history, or expire old entries while preserving the most recent! Feel free to review the extension source at the homepage linked on the right.
Extension Basic Information
Name | Clear History |
ID | kihobnjokffgdfnhjdfiaibalbgfolic |
Official URL | https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic |
Description | Quickly clears the browser history. |
File Size | 33.48 KB |
Installation Count | 3,555 |
Current Version | 2.0.0 |
Last Updated | 2022-10-10 |
Publish Date | 2016-02-28 |
Rating | 3.97/5 Total 30 Ratings |
Developer | Mike Frysinger |
[email protected] | |
Payment Type | free |
Extension Website | https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "100", "version": "2.0.0", "description": "__MSG_description__", "permissions": [ "alarms", "history", "cookies", "downloads", "notifications", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "javascript\/clearhistory.js", "type": "module" }, "options_page": "views\/options.html", "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_title__", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |