Cookie Backup and Restore

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

Hvad er Cookie Backup and Restore?

Cookie Backup and Restore er en Chrome-udvidelse udviklet af candh, og dens hovedfunktion er "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Udvidelsesskærmbilleder

screenshot

Download Cookie Backup and Restore-udvidelses-CRX-fil

Download Cookie Backup and Restore-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Officiel URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Beskrivelse Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Filstørrelse 478 KB
Antal Installationer 6,000
Nuværende Version 4.1
Senest Opdateret 2023-01-17
Udgivelsesdato 2021-01-30
Bedømmelse 4.61/5 Samlet 18 Bedømmelser
Udvikler candh
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/candh/cookies-backup-chrome
Hjælpeside-URL https://github.com/candh/cookies-backup-chrome/issues
Understøttede Sprog 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
}