Cookies2JSON

Export cookies to a simple JSON file.

What is Cookies2JSON?

Cookies2JSON is a Chrome extension developed by sunnyclouds.apps, and its main feature is "Export cookies to a simple JSON file.".

Extension Screenshots

screenshot

Download Cookies2JSON Extension CRX File

Download Cookies2JSON 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

                        Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file.                    

Extension Basic Information

Name Cookies2JSON Cookies2JSON
ID ffbinkjibaannhnogomaebfmogppggcd
Official URL https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd
Description Export cookies to a simple JSON file.
File Size 30.6 KB
Installation Count 93
Current Version 1.0.0
Last Updated 2021-05-06
Publish Date 2021-05-05
Developer sunnyclouds.apps
Email [email protected]
Payment Type free
Extension Website https://github.com/sunnyclouds-apps/Cookies2JSON
Help Page URL https://github.com/sunnyclouds-apps/Cookies2JSON/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookies2JSON",
    "description": "Export cookies to a simple JSON file.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Cookies2JSON",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}