Cookie Manager
Manage Active Cookies
Τι είναι το Cookie Manager;
Το Cookie Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.xtensionizer.com, και η κύρια λειτουργία του είναι "Manage Active Cookies".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cookie Manager
Λήψη αρχείων επέκτασης Cookie Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information We provide additional feature to delete all cookies when you close browser. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks. Please rate us and give us your feedback if you need any additional feature.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cookie Manager |
ID | mfiipmpdfdpejeenmkcaojbbkajcfkgp |
Επίσημο URL | https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp |
Περιγραφή | Manage Active Cookies |
Μέγεθος Αρχείου | 196 KB |
Αριθμός Εγκαταστάσεων | 190 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-03-22 |
Ημερομηνία Δημοσίευσης | 2019-09-10 |
Προγραμματιστής | https://www.xtensionizer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://xtensionizer.in/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Manager", "short_name": "CookieMan", "version": "1.0", "description": "Manage Active Cookies", "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "64": "images\/Icon-64.png", "128": "images\/Icon-128.png" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Cookie Manager", "default_popup": "html\/cookieManager.html" }, "background": { "scripts": [ "js\/background.js" ] } } |