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은(는) candh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Backups and Encrypts all the cookies and Decrypts and Restores them when you need it."입니다.

확장 프로그램 스크린샷

screenshot

Cookie Backup and Restore 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}