Cache Cleaner for Chrome
Clear Chrome Cache, history, cookies and more
O que é Cache Cleaner for Chrome?
Cache Cleaner for Chrome é uma extensão do Chrome desenvolvida por Chrome Cleaner, e sua principal característica é "Clear Chrome Cache, history, cookies and more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cache Cleaner for Chrome
Baixe arquivos de extensão Cache Cleaner for Chrome 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
Cache Cleaner is a lightweight and user-friendly Chrome extension designed to help you maintain your privacy and keep your browser running smoothly. With just one click, you can clear your browsing history, cookies, cache, download history, temporary files, Web SQL Databases, and Flash Cookies (LSOs). Key Features: >>Simple, intuitive interface for easy one-click cleaning >>Option to choose which types of data to clear >>Saves your preferences for quick access in the future >>Confirmation message upon successful data removal >>Manifest v3 compatibility for improved security and performance >>Sleek, modern design with Bootstrap framework How to Use Cache Cleaner: 1. Install the Cache Cleaner extension from the Chrome Web Store. 2. Click on the Cache Cleaner icon in your Chrome toolbar to open the popup. 3. Select the types of data you want to clear by checking the corresponding checkboxes. 4. Click the "Clear All" button to remove the selected data. By using Cache Cleaner, you can easily and quickly clean up your browser data, enhancing both your privacy and browsing performance. Get Cache Cleaner now and experience a cleaner, faster, and more private browsing experience.
Informações Básicas da Extensão
Nome | Cache Cleaner for Chrome |
ID | oojkpiabnpkkffonolalajeejejfgcci |
URL Oficial | https://chromewebstore.google.com/detail/cache-cleaner-for-chrome/oojkpiabnpkkffonolalajeejejfgcci |
Descrição | Clear Chrome Cache, history, cookies and more |
Tamanho do Arquivo | 15.52 KB |
Contagem de Instalações | 112 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-04-18 |
Data de Publicação | 2023-04-17 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Chrome Cleaner |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cache Cleaner for Chrome", "description": "Clear Chrome Cache, history, cookies and more", "version": "1.0.1", "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |