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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}