Cache Cleaner

Clear browser cache for the last week.

Cache Cleanerとは何ですか?

Cache CleanerはMaxym Gorbenkoによって開発されたChromeの拡張機能で、その主な機能は「Clear browser cache for the last week.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cache Cleaner拡張機能のCRXファイルをダウンロード

Cache Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clear browser cache for the last week.                    

拡張機能の基本情報

名前 Cache Cleaner Cache Cleaner
ID ekcjobkhkmknjjfenofigfkncfjfdmjo
公式URL https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo
説明 Clear browser cache for the last week.
ファイルサイズ 63.65 KB
インストール数 847
現在のバージョン 1.0
最終更新日 2017-05-10
公開日 2017-05-10
評価 5.00/5 合計 5 レビュー
開発者 Maxym Gorbenko
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "short_name": "CC",
    "version": "1.0",
    "author": "Maxym Gorbenko",
    "description": "Clear browser cache for the last week.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear cache!",
        "default_icon": "icons\/128x128.png"
    }
}