Astea Clear Cache

Clear your cache and browsing data.

Cos'è Astea Clear Cache?

Astea Clear Cache è un'estensione di Chrome sviluppata da Yossi Buzaglo, e la sua funzione principale è "Clear your cache and browsing data.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Astea Clear Cache

Scarica i file di estensione Astea 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 your cache and browsing data.
On notification window, you can reload page.                    

Informazioni di Base sull'Estensione

Nome Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL Ufficiale https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Descrizione Clear your cache and browsing data.
Dimensione del File 110 KB
Conteggio Installazioni 195
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2018-10-22
Data di Pubblicazione 2018-10-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Yossi Buzaglo
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": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}