History Auto Deleter

Automatically delete your history!

What is History Auto Deleter?

History Auto Deleter is a Chrome extension developed by Mazika, and its main feature is "Automatically delete your history!".

Extension Screenshots

screenshot
screenshot

Download History Auto Deleter Extension CRX File

Download History Auto Deleter 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

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

Extension Basic Information

Name History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
Official URL https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
Description Automatically delete your history!
File Size 10.88 KB
Installation Count 187
Current Version 1.01
Last Updated 2020-12-15
Publish Date 2020-12-13
Rating 4.33/5 Total 3 Ratings
Developer Mazika
Email [email protected]
Payment Type free
Extension Website https://github.com/remcalu/Chrome-History-Auto-Deleter
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}