Cookie Backup and Restore

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

O que é Cookie Backup and Restore?

Cookie Backup and Restore é uma extensão do Chrome desenvolvida por candh, e sua principal característica é "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cookie Backup and Restore

Baixe arquivos de extensão Cookie Backup and Restore no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
URL Oficial https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Descrição Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Tamanho do Arquivo 478 KB
Contagem de Instalações 6,000
Versão Atual 4.1
Última Atualização 2023-01-17
Data de Publicação 2021-01-30
Classificação 4.61/5 Total de 18 Avaliações
Desenvolvedor candh
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/candh/cookies-backup-chrome
URL da Página de Ajuda https://github.com/candh/cookies-backup-chrome/issues
Idiomas Suportados 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
}