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
}