One Click Cache Cleaner by Antonio Viola

This simple extension delete all browser storage cache data and refresh the current tab with one click!

O que é One Click Cache Cleaner by Antonio Viola?

One Click Cache Cleaner by Antonio Viola é uma extensão do Chrome desenvolvida por Antonio Viola, e sua principal característica é "This simple extension delete all browser storage cache data and refresh the current tab with one click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão One Click Cache Cleaner by Antonio Viola

Baixe arquivos de extensão One Click Cache Cleaner by Antonio Viola 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

                        Simple extension to delete all browser storage cache data and refresh  tab, for displaying immediately eventual webpage change or solve browsing problems. Just click the icon!                    

Informações Básicas da Extensão

Nome One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
URL Oficial https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
Descrição This simple extension delete all browser storage cache data and refresh the current tab with one click!
Tamanho do Arquivo 8.91 KB
Contagem de Instalações 22
Versão Atual 1.1
Última Atualização 2021-06-24
Data de Publicação 2021-06-23
Desenvolvedor Antonio Viola
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Cache Cleaner by Antonio Viola",
    "description": "This simple extension delete all browser storage cache data and refresh the current tab with one click!",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "browsingData"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png"
        },
        "default_title": "One Click Cache Cleaner by Antonio Viola"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}