Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
¿Qué es Ultimate History & Cache Cleaner?
Ultimate History & Cache Cleaner es una extensión de Chrome desarrollada por https://shakelog.com, y su función principal es "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ultimate History & Cache Cleaner
Descarga archivos de extensión Ultimate History & Cache Cleaner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
URL Oficial | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
Descripción | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
Tamaño del Archivo | 40.2 KB |
Cantidad de Instalaciones | 333 |
Versión Actual | 1.1.0.2 |
Última Actualización | 2024-02-29 |
Fecha de Publicación | 2023-12-01 |
Desarrollador | https://shakelog.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://shakelog.com/history-disabler/ |
Idiomas Soportados | 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" } } |