DeleteCache

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

What is DeleteCache?

DeleteCache is a Chrome extension developed by 이종우, and its main feature is "Optimizes user experience by deleting unnecessary caches, cookies, and site data".

Extension Screenshots

screenshot
screenshot
screenshot

Download DeleteCache Extension CRX File

Download DeleteCache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DeleteCache DeleteCache
ID mcfacdlgdhekfeonmihigncncdhofbgk
Official URL https://chromewebstore.google.com/detail/deletecache/mcfacdlgdhekfeonmihigncncdhofbgk
Description Optimizes user experience by deleting unnecessary caches, cookies, and site data
File Size 40.67 KB
Installation Count 49
Current Version 3.1
Last Updated 2021-01-28
Publish Date 2020-08-27
Rating 5.00/5 Total 5 Ratings
Developer 이종우
Email [email protected]
Payment Type free
Extension Website https://chromedeveloper.wixsite.com/deletecache-support
Help Page URL https://chromedeveloper.wixsite.com/deletecache-support
Supported Languages 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"
    }
}