Cookie Backup

Extension that saves cookies.

What is Cookie Backup?

Cookie Backup is a Chrome extension developed by developer.waieight., and its main feature is "Extension that saves cookies.".

Extension Screenshots

screenshot

Download Cookie Backup Extension CRX File

Download Cookie Backup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension exports cookie information to text (JSON format).
It is also possible to import in JSON format.                    

Extension Basic Information

Name Cookie Backup Cookie Backup
ID ifgdidilpbdhkbiidfbjaaajpggjhnce
Official URL https://chromewebstore.google.com/detail/cookie-backup/ifgdidilpbdhkbiidfbjaaajpggjhnce
Description Extension that saves cookies.
File Size 17.35 KB
Installation Count 1,121
Current Version 0.0.2.3
Last Updated 2023-01-27
Publish Date 2020-05-15
Rating 3.20/5 Total 5 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Backup",
    "version": "1.0.0.17",
    "version_name": "0.0.2.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        }
    }
}