CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Cos'è CookieAquila?
CookieAquila è un'estensione di Chrome sviluppata da Cookie Aquila - Felipe, e la sua funzione principale è "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CookieAquila
Scarica i file di estensione CookieAquila in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
URL Ufficiale | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
Descrizione | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
Dimensione del File | 557 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-01-24 |
Data di Pubblicazione | 2022-01-24 |
Sviluppatore | Cookie Aquila - Felipe |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://cookieaquila.com/privacy/index.php |
Lingue Supportate | 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" ] } |