CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
¿Qué es CookieAquila?
CookieAquila es una extensión de Chrome desarrollada por Cookie Aquila - Felipe, y su función principal es "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CookieAquila
Descarga archivos de extensión CookieAquila 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
Cookie Aquila gives the user the option of automatically deleting tracking cookies while browsing the Internet. Settings can be made by clicking on the Cookie Aquila logo in the browser. It is possible to delete all cookies automatically or to choose to clean only part of the browser. You can choose between: - Tracking Cookies - Browsing History - Download History - Cache Cookie Aquila automatically cleans the browser where the user wants it.
Información Básica de la Extensión
Nombre | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
URL Oficial | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
Descripción | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
Tamaño del Archivo | 557 KB |
Cantidad de Instalaciones | 20,000 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-01-24 |
Fecha de Publicación | 2022-01-24 |
Desarrollador | Cookie Aquila - Felipe |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://cookieaquila.com/privacy/index.php |
Idiomas Soportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookieAquila", "version": "1.0.0", "description": "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.", "manifest_version": 2, "icons": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" } }, "permissions": [ "storage", "browsingData", "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |