DeleteCache

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

Cos'è DeleteCache?

DeleteCache è un'estensione di Chrome sviluppata da 이종우, e la sua funzione principale è "Optimizes user experience by deleting unnecessary caches, cookies, and site data".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DeleteCache

Scarica i file di estensione DeleteCache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DeleteCache DeleteCache
ID mcfacdlgdhekfeonmihigncncdhofbgk
URL Ufficiale https://chromewebstore.google.com/detail/deletecache/mcfacdlgdhekfeonmihigncncdhofbgk
Descrizione Optimizes user experience by deleting unnecessary caches, cookies, and site data
Dimensione del File 40.67 KB
Conteggio Installazioni 49
Versione Corrente 3.1
Ultimo Aggiornamento 2021-01-28
Data di Pubblicazione 2020-08-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore 이종우
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chromedeveloper.wixsite.com/deletecache-support
URL della Pagina di Aiuto https://chromedeveloper.wixsite.com/deletecache-support
Lingue Supportate 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"
    }
}