History Wiper
Stop Chrome from recording your browsing history when you are browsing specific websites.
What is History Wiper?
History Wiper is a Chrome extension developed by Unknown, and its main feature is "Stop Chrome from recording your browsing history when you are browsing specific websites.".
Extension Screenshots
Download History Wiper Extension CRX File
Download History Wiper 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
It is a chrome extentsion which can stop record your history and browering data about specific words. By default, it already has included some vulgarity and adult words. You can also add some website domain names by yourself. When the text on the badge is delete and the background color is yellow, it means that the history record is removed.
Extension Basic Information
Name | History Wiper |
ID | iahlekcomboaljagackjkigepnfaphkc |
Official URL | https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc |
Description | Stop Chrome from recording your browsing history when you are browsing specific websites. |
File Size | 111 KB |
Installation Count | 97 |
Current Version | 1.0.3 |
Last Updated | 2016-04-27 |
Publish Date | 2016-04-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Wiper", "version": "1.0.3", "manifest_version": 2, "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.", "background": { "scripts": [ "scripts\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "No History", "default_popup": "popup.html" }, "permissions": [ "history", "tabs", "browsingData", "storage" ] } |