Clear Cache
Clears your cache and browsing data with a click of a button
¿Qué es Clear Cache?
Clear Cache es una extensión de Chrome desarrollada por Daniel Lvovsky, y su función principal es "Clears your cache and browsing data with a click of a button".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clear Cache
Descarga archivos de extensión Clear Cache 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
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!
Información Básica de la Extensión
Nombre | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
URL Oficial | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
Descripción | Clears your cache and browsing data with a click of a button |
Tamaño del Archivo | 69.3 KB |
Cantidad de Instalaciones | 1,387 |
Versión Actual | 1.0.0 |
Última Actualización | 2020-05-18 |
Fecha de Publicación | 2020-05-15 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Daniel Lvovsky |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |