Forget — clear history with one click
Protect your privacy and clear your browsing history with one simple click!
¿Qué es Forget — clear history with one click?
Forget — clear history with one click es una extensión de Chrome desarrollada por Virae, y su función principal es "Protect your privacy and clear your browsing history with one simple click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Forget — clear history with one click
Descarga archivos de extensión Forget — clear history with one click 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 your browsing history and cache with one easy click! Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension. Forget is heavily inspired by Firefox "Forget button".
Información Básica de la Extensión
Nombre | Forget — clear history with one click |
ID | pcdnmhdaiehinndodginnphbakcoffoa |
URL Oficial | https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa |
Descripción | Protect your privacy and clear your browsing history with one simple click! |
Tamaño del Archivo | 62.97 KB |
Cantidad de Instalaciones | 14,382 |
Versión Actual | 1.6 |
Última Actualización | 2022-06-17 |
Fecha de Publicación | 2015-01-19 |
Calificación | 4.09/5 Total de 22 Calificaciones |
Desarrollador | Virae |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/[email protected]" }, "default_title": "__MSG_app_name__", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "manifest_version": 2, "minimum_chrome_version": "22", "permissions": [ "browsingData" ], "short_name": "__MSG_app_shortname__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6" } |