Cookie Remover
Removes cookies for the current site
Τι είναι το Cookie Remover;
Το Cookie Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam, και η κύρια λειτουργία του είναι "Removes cookies for the current site".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cookie Remover
Λήψη αρχείων επέκτασης Cookie Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
Επίσημο URL | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
Περιγραφή | Removes cookies for the current site |
Μέγεθος Αρχείου | 87.72 KB |
Αριθμός Εγκαταστάσεων | 83,261 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2019-08-10 |
Ημερομηνία Δημοσίευσης | 2019-08-09 |
Αξιολόγηση | 4.46/5 Συνολικά 79 Αξιολογήσεις |
Προγραμματιστής | Adam |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |