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
}