Cookie Backup and Restore

Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.

Τι είναι το Cookie Backup and Restore;

Το Cookie Backup and Restore είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον candh, και η κύρια λειτουργία του είναι "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Cookie Backup and Restore

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

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

                        Got a new machine or want to do a fresh OS install? But don't want to re-sign in into all of your accounts?

Use this extension to backup all of your precious cookies and restore them later.

Don't worry – it encrypts 🔐 the cookies with the password that you provide, so you'll never have to worry about your cookies falling in the wrong hands! Perfect for distro-hoppers.                    

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

Όνομα Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Επίσημο URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Περιγραφή Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Μέγεθος Αρχείου 478 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 4.1
Τελευταία Ενημέρωση 2023-01-17
Ημερομηνία Δημοσίευσης 2021-01-30
Αξιολόγηση 4.61/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής candh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/candh/cookies-backup-chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/candh/cookies-backup-chrome/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Backup and Restore",
    "version": "4.1",
    "description": "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.",
    "permissions": [
        "cookies",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Backup & restore your cookies!",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}