Easily Cache Cleaner

Use the toolbar button to quickly clear your browser's cache.

O que é Easily Cache Cleaner?

Easily Cache Cleaner é uma extensão do Chrome desenvolvida por fionapandora, e sua principal característica é "Use the toolbar button to quickly clear your browser's cache.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Easily Cache Cleaner

Baixe arquivos de extensão Easily Cache Cleaner 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

                        "Easily Cache Cleaner" is a browser extension that lets you clean your custom browsing data via the toolbar pop-up. Currently, there are fourteen options to remove (depending on your browser):

Cookies, Form Data, Downloads, WebSQL, Passwords, Plugin Data, App Cache, File Systems, Indexed DB...

To use this add-on, go to the toolbar popup UI, select the item you want, and then click on the Clean option at the top left corner. While the add-on is cleaning your chosen items, a toolbar icon will flash. Furthermore, when the cleanup process is completed, a desktop alert will inform you what data has been deleted.

It turns out that some disabled items might be found in the toolbar pop-up. This is due to a bug in your browser that prevents it from properly displaying such things using the clear-browsing-data API. These items may become available automatically when the API update occurs in the future.                    

Informações Básicas da Extensão

Nome Easily Cache Cleaner Easily Cache Cleaner
ID pbcgbhjiijkcconamckbikgncddgbmgp
URL Oficial https://chromewebstore.google.com/detail/easily-cache-cleaner/pbcgbhjiijkcconamckbikgncddgbmgp
Descrição Use the toolbar button to quickly clear your browser's cache.
Tamanho do Arquivo 84.18 KB
Contagem de Instalações 80
Versão Atual 0.1
Última Atualização 2022-05-21
Data de Publicação 2022-05-20
Classificação 4.95/5 Total de 59 Avaliações
Desenvolvedor fionapandora
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://worldaddons.com/easily-cache-cleaner/
URL da Página de Ajuda https://worldaddons.com/contact/
URL da Página de Política de Privacidade https://worldaddons.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Easily Cache Cleaner",
    "short_name": "easy-cache-cleaner",
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/easily-cache-cleaner\/",
    "description": "Use the toolbar button to quickly clear your browser's cache.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Easily Cache Cleaner",
        "default_popup": "source\/screen\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}