Cookie Backup and Restore

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

Cookie Backup and Restore là gì?

Cookie Backup and Restore là một tiện ích mở rộng Chrome được phát triển bởi candh, và tính năng chính của nó là "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookie Backup and Restore

Tải xuống các tệp mở rộng Cookie Backup and Restore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
URL Chính Thức https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Mô tả Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Kích Thước Tệp 478 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2021-01-30
Đánh Giá 4.61/5 Tổng số 18 Đánh Giá
Nhà Phát Triển candh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/candh/cookies-backup-chrome
URL Trang Trợ Giúp https://github.com/candh/cookies-backup-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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
}