Astea Clear Cache

Clear your cache and browsing data.

O que é Astea Clear Cache?

Astea Clear Cache é uma extensão do Chrome desenvolvida por Yossi Buzaglo, e sua principal característica é "Clear your cache and browsing data.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Astea Clear Cache

Baixe arquivos de extensão Astea Clear Cache no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL Oficial https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Descrição Clear your cache and browsing data.
Tamanho do Arquivo 110 KB
Contagem de Instalações 195
Versão Atual 1.0.1.0
Última Atualização 2018-10-22
Data de Publicação 2018-10-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Yossi Buzaglo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}