CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Wat is CookieAquila?
CookieAquila is een Chrome-extensie ontwikkeld door Cookie Aquila - Felipe, en de belangrijkste functie is "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie CookieAquila
Download CookieAquila-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
Officiële URL | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
Beschrijving | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
Bestandsgrootte | 557 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-01-24 |
Publicatiedatum | 2022-01-24 |
Ontwikkelaar | Cookie Aquila - Felipe |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://cookieaquila.com/privacy/index.php |
Ondersteunde Talen | 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" ] } |