Clear Cache

Clears your cache and browsing data with a click of a button

Clear Cacheとは何ですか?

Clear CacheはDaniel Lvovskyによって開発されたChromeの拡張機能で、その主な機能は「Clears your cache and browsing data with a click of a button」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

拡張機能の基本情報

名前 Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
公式URL https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
説明 Clears your cache and browsing data with a click of a button
ファイルサイズ 69.3 KB
インストール数 1,387
現在のバージョン 1.0.0
最終更新日 2020-05-18
公開日 2020-05-15
評価 5.00/5 合計 4 レビュー
開発者 Daniel Lvovsky
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}