Cookie Backup and Restore

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

Apa itu Cookie Backup and Restore?

Cookie Backup and Restore adalah ekstensi Chrome yang dikembangkan oleh candh, dan fitur utamanya adalah "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie Backup and Restore

Unduh file ekstensi Cookie Backup and Restore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
URL Resmi https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Deskripsi Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Ukuran File 478 KB
Jumlah Instalasi 6,000
Versi Saat Ini 4.1
Terakhir Diperbarui 2023-01-17
Tanggal Publikasi 2021-01-30
Penilaian 4.61/5 Total 18 Penilaian
Pengembang candh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/candh/cookies-backup-chrome
URL Halaman Bantuan https://github.com/candh/cookies-backup-chrome/issues
Bahasa yang Didukung 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
}