Clear Cache

Clears your cache and browsing data with a click of a button

O que é Clear Cache?

Clear Cache é uma extensão do Chrome desenvolvida por Daniel Lvovsky, e sua principal característica é "Clears your cache and browsing data with a click of a button".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clear Cache

Baixe arquivos de extensão 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 helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

Informações Básicas da Extensão

Nome Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
URL Oficial https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Descrição Clears your cache and browsing data with a click of a button
Tamanho do Arquivo 69.3 KB
Contagem de Instalações 1,387
Versão Atual 1.0.0
Última Atualização 2020-05-18
Data de Publicação 2020-05-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Daniel Lvovsky
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}