Cookie Backup and Restore

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

Wat is Cookie Backup and Restore?

Cookie Backup and Restore is een Chrome-extensie ontwikkeld door candh, en de belangrijkste functie is "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cookie Backup and Restore

Download Cookie Backup and Restore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Officiële URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Beschrijving Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Bestandsgrootte 478 KB
Aantal Installaties 6,000
Huidige Versie 4.1
Laatst Bijgewerkt 2023-01-17
Publicatiedatum 2021-01-30
Beoordeling 4.61/5 Totaal 18 Beoordelingen
Ontwikkelaar candh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/candh/cookies-backup-chrome
Help Pagina-URL https://github.com/candh/cookies-backup-chrome/issues
Ondersteunde Talen 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
}