Clear Cache on Startup

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

什么是Clear Cache on Startup?

Clear Cache on Startup是由jf开发的Chrome扩展程序,该扩展的主要功能是“This extension will clear the Browser Cache on every start of Chrome..”。

下载Clear Cache on Startup扩展crx文件

下载Clear Cache on Startup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clear Cache on Startup                    

扩展基本信息

名称 Clear Cache on Startup Clear Cache on Startup
ID lalbnbdfdgiipfdjmdolakkljkghfhho
官方URL https://chrome.google.com/webstore/detail/clear-cache-on-startup/lalbnbdfdgiipfdjmdolakkljkghfhho
简介 This extension will clear the Browser Cache on every start of Chrome..
文件大小 10.09 KB
安装次数 8,250
当前版本 1.1
更新时间 2018-05-23
上架时间 2018-05-23
开发者 jf
付费类型 free
支持的语言 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
}