Cookie Backup and Restore

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

Cookie Backup and Restoreとは何ですか?

Cookie Backup and Restoreはcandhによって開発されたChromeの拡張機能で、その主な機能は「Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.」です。

拡張機能のスクリーンショット

screenshot

Cookie Backup and Restore拡張機能のCRXファイルをダウンロード

Cookie Backup and Restore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
公式URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
説明 Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
ファイルサイズ 478 KB
インストール数 6,000
現在のバージョン 4.1
最終更新日 2023-01-17
公開日 2021-01-30
評価 4.61/5 合計 18 レビュー
開発者 candh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/candh/cookies-backup-chrome
ヘルプページのURL https://github.com/candh/cookies-backup-chrome/issues
対応言語 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
}