CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Qu'est-ce que CookieAquila ?
CookieAquila est une extension Chrome développée par Cookie Aquila - Felipe, et sa fonction principale est "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CookieAquila
Téléchargez les fichiers d'extension CookieAquila au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
URL Officiel | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
Description | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
Taille du Fichier | 557 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-01-24 |
Date de Publication | 2022-01-24 |
Développeur | Cookie Aquila - Felipe |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cookieaquila.com/privacy/index.php |
Langues Prises en Charge | 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" ] } |