Clear Cache on Startup

This extension will clear the Browser Cache on every start of Chrome..

What is Clear Cache on Startup?

Clear Cache on Startup is a Chrome extension developed by jf, and its main feature is "This extension will clear the Browser Cache on every start of Chrome..".

Download Clear Cache on Startup Extension CRX File

Download Clear Cache on Startup 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

                        Clear Cache on Startup                    

Extension Basic Information

Name Clear Cache on Startup Clear Cache on Startup
ID lalbnbdfdgiipfdjmdolakkljkghfhho
Official URL https://chrome.google.com/webstore/detail/clear-cache-on-startup/lalbnbdfdgiipfdjmdolakkljkghfhho
Description This extension will clear the Browser Cache on every start of Chrome..
File Size 10.09 KB
Installation Count 8,250
Current Version 1.1
Last Updated 2018-05-23
Publish Date 2018-05-23
Developer jf
Payment Type free
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2
}