CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Τι είναι το CookieAquila;
Το CookieAquila είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cookie Aquila - Felipe, και η κύρια λειτουργία του είναι "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CookieAquila
Λήψη αρχείων επέκτασης CookieAquila σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
Επίσημο URL | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
Περιγραφή | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
Μέγεθος Αρχείου | 557 KB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-01-24 |
Ημερομηνία Δημοσίευσης | 2022-01-24 |
Προγραμματιστής | Cookie Aquila - Felipe |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://cookieaquila.com/privacy/index.php |
Υποστηριζόμενες Γλώσσες | 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" ] } |