Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Τι είναι το Cookie Monster;
Το Cookie Monster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Effectly, και η κύρια λειτουργία του είναι "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cookie Monster
Λήψη αρχείων επέκτασης Cookie Monster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can clear cookies by right-clicking on the extension icon and choosing "Clear cookies for www.yoursite.com", or by using the context menu by clicking anywhere on a web page. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | jfkoalecneiebaipoefmcifnmdgfmfna |
| Επίσημο URL | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
| Περιγραφή | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
| Μέγεθος Αρχείου | 16.03 KB |
| Αριθμός Εγκαταστάσεων | 136 |
| Τρέχουσα Έκδοση | 1.1.2 |
| Τελευταία Ενημέρωση | 2023-03-13 |
| Ημερομηνία Δημοσίευσης | 2021-11-17 |
| Προγραμματιστής | Effectly |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookie Monster",
"version": "1.1.2",
"description": "Cookie Monster lets you easily clear cookies or local\/session storage for the currently open website via a couple of clicks.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/*\/*",
"cookies",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
} | |