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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย candh และคุณลักษณะหลักของมันคือ "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Backup and Restore

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}