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
官方網址 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
電子郵箱 [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
}