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
官方網址 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
}