Cookie Backup and Restore

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

Qu'est-ce que Cookie Backup and Restore ?

Cookie Backup and Restore est une extension Chrome développée par candh, et sa fonction principale est "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cookie Backup and Restore

Téléchargez les fichiers d'extension Cookie Backup and Restore au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
URL Officiel https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Description Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Taille du Fichier 478 KB
Nombre d'Installations 6,000
Version Actuelle 4.1
Dernière Mise à Jour 2023-01-17
Date de Publication 2021-01-30
Évaluation 4.61/5 Total 18 Évaluations
Développeur candh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/candh/cookies-backup-chrome
URL de la Page d'Aide https://github.com/candh/cookies-backup-chrome/issues
Langues Prises en Charge 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
}