BrowsingData Erase

Erase browsingdata at startup.

What is BrowsingData Erase?

BrowsingData Erase is a Chrome extension developed by developer.waieight., and its main feature is "Erase browsingdata at startup.".

Extension Screenshots

screenshot

Download BrowsingData Erase Extension CRX File

Download BrowsingData Erase 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

                        This extension erases your browsingdata.

It is also possible to set the items to be deleted.                    

Extension Basic Information

Name BrowsingData Erase BrowsingData Erase
ID ebjidllpabafnaopkkkejbhaieciaink
Official URL https://chromewebstore.google.com/detail/browsingdata-erase/ebjidllpabafnaopkkkejbhaieciaink
Description Erase browsingdata at startup.
File Size 44.02 KB
Installation Count 8,949
Current Version 0.0.1.37
Last Updated 2022-01-25
Publish Date 2020-02-07
Rating 3.50/5 Total 6 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowsingData Erase",
    "version": "0.0.0.137",
    "version_name": "0.0.1.37",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "browsingData",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "\/html\/options.html",
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "BrowsingData Erase",
        "default_popup": "\/html\/popup.html"
    }
}