History Auto-Eraser

History Auto-Eraser by Owlsee

What is History Auto-Eraser?

History Auto-Eraser is a Chrome extension developed by https://owlsee.com, and its main feature is "History Auto-Eraser by Owlsee".

Extension Screenshots

screenshot
screenshot

Download History Auto-Eraser Extension CRX File

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

                        Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.

- Erase browser history automatically.                    

Extension Basic Information

Name History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
Official URL https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Description History Auto-Eraser by Owlsee
File Size 79.23 KB
Installation Count 186
Current Version 1.2
Last Updated 2019-11-20
Publish Date 2019-11-19
Rating 3.00/5 Total 4 Ratings
Developer https://owlsee.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://reader.owlsee.com/legal
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Auto-Eraser",
    "description": "History Auto-Eraser by Owlsee",
    "version": "1.2",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "History Auto-Eraser"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        "tabs"
    ]
}