Astea Clear Cache

Clear your cache and browsing data.

¿Qué es Astea Clear Cache?

Astea Clear Cache es una extensión de Chrome desarrollada por Yossi Buzaglo, y su función principal es "Clear your cache and browsing data.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Astea Clear Cache

Descarga archivos de extensión Astea Clear Cache en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Clear your cache and browsing data.
On notification window, you can reload page.                    

Información Básica de la Extensión

Nombre Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL Oficial https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Descripción Clear your cache and browsing data.
Tamaño del Archivo 110 KB
Cantidad de Instalaciones 195
Versión Actual 1.0.1.0
Última Actualización 2018-10-22
Fecha de Publicación 2018-10-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Yossi Buzaglo
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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",
        ""
    ]
}