Cookie Backup and Restore

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

Was ist Cookie Backup and Restore?

Cookie Backup and Restore ist eine Chrome-Erweiterung, die von candh entwickelt wurde, und ihr Hauptmerkmal ist "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Erweiterungsscreenshots

screenshot

Cookie Backup and Restore-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Backup and Restore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Offizielle URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Beschreibung Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Dateigröße 478 KB
Installationsanzahl 6,000
Aktuelle Version 4.1
Letztes Update 2023-01-17
Veröffentlichungsdatum 2021-01-30
Bewertung 4.61/5 Insgesamt 18 Bewertungen
Entwickler candh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/candh/cookies-backup-chrome
Hilfeseite URL https://github.com/candh/cookies-backup-chrome/issues
Unterstützte Sprachen 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
}