Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
O que é Ultimate History & Cache Cleaner?
Ultimate History & Cache Cleaner é uma extensão do Chrome desenvolvida por https://shakelog.com, e sua principal característica é "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ultimate History & Cache Cleaner
Baixe arquivos de extensão Ultimate History & 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
This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation. Features: 1. Keep browsing history cleaned automatically 2. Delete download history when download is completed or canceled 3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist) This extension does not collect any user data. Use the following permissions to delete history data and save preferences. - history, downloads, storage, browsingData
Informações Básicas da Extensão
Nome | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
URL Oficial | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
Descrição | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
Tamanho do Arquivo | 40.2 KB |
Contagem de Instalações | 333 |
Versão Atual | 1.1.0.2 |
Última Atualização | 2024-02-29 |
Data de Publicação | 2023-12-01 |
Desenvolvedor | https://shakelog.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shakelog.com/history-disabler/ |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.0.2", "default_locale": "en", "permissions": [ "history", "downloads", "storage", "browsingData" ], "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "icons": { "128": "\/img\/icon128.png", "48": "\/img\/icon48.png", "16": "\/img\/icon16.png" }, "action": { "default_title": "Clear Browsing Data" } } |