Cookie Backup and Restore

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

What is Cookie Backup and Restore?

Cookie Backup and Restore is a Chrome extension developed by candh, and its main feature is "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Extension Screenshots

screenshot

Download Cookie Backup and Restore Extension CRX File

Download Cookie Backup and Restore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Official URL 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.
File Size 478 KB
Installation Count 6,000
Current Version 4.1
Last Updated 2023-01-17
Publish Date 2021-01-30
Rating 4.61/5 Total 18 Ratings
Developer candh
Email [email protected]
Payment Type free
Extension Website https://github.com/candh/cookies-backup-chrome
Help Page URL https://github.com/candh/cookies-backup-chrome/issues
Supported Languages 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
}