One Click Clear Cache

clear cache with one click

Cos'è One Click Clear Cache?

One Click Clear Cache è un'estensione di Chrome sviluppata da Salman Tariq, e la sua funzione principale è "clear cache with one click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Click Clear Cache

Scarica i file di estensione One Click Clear Cache 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

                        Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.                    

Informazioni di Base sull'Estensione

Nome One Click Clear Cache One Click Clear Cache
ID mdlbedpjjbmheepjjfnlalbdbekphbmf
URL Ufficiale https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf
Descrizione clear cache with one click
Dimensione del File 47.62 KB
Conteggio Installazioni 268
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-30
Data di Pubblicazione 2021-01-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Salman Tariq
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Clear Cache",
    "description": "clear cache with one click",
    "version": "1.0",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Clear Cache"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage"
    ]
}