Cookie Backup and Restore

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

Co to jest Cookie Backup and Restore?

Cookie Backup and Restore to rozszerzenie Chrome opracowane przez candh, a jego główną funkcją jest „Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Backup and Restore

Pobierz pliki rozszerzeń Cookie Backup and Restore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Backup and Restore Cookie Backup and Restore
ID cndobhdcpmpilkebeebeecgminfhkpcj
Oficjalny URL https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj
Opis Backups and Encrypts all the cookies and Decrypts and Restores them when you need it.
Rozmiar pliku 478 KB
Liczba instalacji 6,000
Aktualna Wersja 4.1
Ostatnia Aktualizacja 2023-01-17
Data Publikacji 2021-01-30
Ocena 4.61/5 Łącznie 18 Oceny
Deweloper candh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/candh/cookies-backup-chrome
Adres URL Strony Pomocy https://github.com/candh/cookies-backup-chrome/issues
Obsługiwane Języki 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
}