Cookie Backup and Restore

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

Cos'è Cookie Backup and Restore?

Cookie Backup and Restore è un'estensione di Chrome sviluppata da candh, e la sua funzione principale è "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Backup and Restore

Scarica i file di estensione Cookie Backup and Restore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
URL Ufficiale https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Descrizione Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Dimensione del File 478 KB
Conteggio Installazioni 6,000
Versione Corrente 4.1
Ultimo Aggiornamento 2023-01-17
Data di Pubblicazione 2021-01-30
Valutazione 4.61/5 Totale 18 Valutazioni
Sviluppatore candh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/candh/cookies-backup-chrome
URL della Pagina di Aiuto https://github.com/candh/cookies-backup-chrome/issues
Lingue Supportate 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
}