DeleteCache

Optimizes user experience by deleting unnecessary caches, cookies, and site data

DeleteCacheとは何ですか?

DeleteCacheは이종우によって開発されたChromeの拡張機能で、その主な機能は「Optimizes user experience by deleting unnecessary caches, cookies, and site data」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Using DeleteCache, you can easily clear browsing history, cache, and other unneccessary information that only take up your space.

This extension is also available in the NAVER WHALE STORE.                    

拡張機能の基本情報

名前 DeleteCache DeleteCache
ID mcfacdlgdhekfeonmihigncncdhofbgk
公式URL https://chromewebstore.google.com/detail/deletecache/mcfacdlgdhekfeonmihigncncdhofbgk
説明 Optimizes user experience by deleting unnecessary caches, cookies, and site data
ファイルサイズ 40.67 KB
インストール数 49
現在のバージョン 3.1
最終更新日 2021-01-28
公開日 2020-08-27
評価 5.00/5 合計 5 レビュー
開発者 이종우
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chromedeveloper.wixsite.com/deletecache-support
ヘルプページのURL https://chromedeveloper.wixsite.com/deletecache-support
対応言語 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeleteCache",
    "short_name": "CachDel",
    "version": "3.1",
    "description": "__MSG_appDesc__",
    "default_locale": "ko",
    "author": "Jongwoo Lee",
    "offline_enabled": true,
    "minimum_chrome_version": "72",
    "homepage_url": "https:\/\/chromedeveloper.wixsite.com\/deletecache-support",
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon_toolbar.png",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Delete",
                "mac": "Command+Shift+D"
            },
            "description": "Start DeleteCache"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/clean_32.png",
        "128": "images\/clean_128.png"
    }
}