Cookie Backup and Restore

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

Co je Cookie Backup and Restore?

Cookie Backup and Restore je rozšíření Chrome vyvinuté candh, a jeho hlavní funkcí je „Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cookie Backup and Restore

Stáhněte si soubory rozšíření Cookie Backup and Restore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Oficiální URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Popis Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Velikost souboru 478 KB
Počet instalací 6,000
Aktuální Verze 4.1
Poslední Aktualizace 2023-01-17
Datum Vydání 2021-01-30
Hodnocení 4.61/5 Celkem 18 Hodnocení
Vývojář candh
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/candh/cookies-backup-chrome
URL Stránky Nápovědy https://github.com/candh/cookies-backup-chrome/issues
Podporované Jazyky 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
}