One Click Clear Cache

clear cache with one click

O que é One Click Clear Cache?

One Click Clear Cache é uma extensão do Chrome desenvolvida por Salman Tariq, e sua principal característica é "clear cache with one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão One Click Clear Cache

Baixe arquivos de extensão One Click 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 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.                    

Informações Básicas da Extensão

Nome One Click Clear Cache One Click Clear Cache
ID mdlbedpjjbmheepjjfnlalbdbekphbmf
URL Oficial https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf
Descrição clear cache with one click
Tamanho do Arquivo 47.62 KB
Contagem de Instalações 268
Versão Atual 1.0
Última Atualização 2021-01-30
Data de Publicação 2021-01-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Salman Tariq
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": "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"
    ]
}