Easy Cookie Editor

Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.

Τι είναι το Easy Cookie Editor;

Το Easy Cookie Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Radovan Pelka (Rado), και η κύρια λειτουργία του είναι "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy Cookie Editor

Λήψη αρχείων επέκτασης Easy Cookie Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easy Cookie Editor: A complete manager for cookies accumulated during browsing.
It allows you to view, edit, create, delete cookies and search them by domain names. Contextual Identities such as Private Browsing, First-Party Isolation, and SameSite flag are also supported.

Easy Cookie Editor is designed for developers, testers or people concerned about their privacy on the Internet.

---
Privacy Policy: https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy Cookie Editor Easy Cookie Editor
ID lidhbccbajehjnpfjpnamoiemcnhhnki
Επίσημο URL https://chromewebstore.google.com/detail/easy-cookie-editor/lidhbccbajehjnpfjpnamoiemcnhhnki
Περιγραφή Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.
Μέγεθος Αρχείου 895 KB
Αριθμός Εγκαταστάσεων 3,469
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2020-03-18
Ημερομηνία Δημοσίευσης 2020-03-16
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Radovan Pelka (Rado)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/RadovanPelka/Easy-Cookie-Editor
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/RadovanPelka/Easy-Cookie-Editor
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cookie Editor",
    "short_name": "Easy Cookie Editor",
    "version": "2.2",
    "description": "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Easy Cookie Editor",
        "default_icon": {
            "16": "assets\/icon_16x16.png",
            "32": "assets\/icon_32x32.png",
            "48": "assets\/icon_48x48.png",
            "128": "assets\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "assets\/icon_16x16.png",
        "32": "assets\/icon_32x32.png",
        "48": "assets\/icon_48x48.png",
        "128": "assets\/icon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    }
}