Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

What is Simple curl compatible cookies extractor?

Simple curl compatible cookies extractor is a Chrome extension developed by jmadar, and its main feature is "Extract cookies into a curl compatible string".

Extension Screenshots

screenshot

Download Simple curl compatible cookies extractor Extension CRX File

Download Simple curl compatible cookies extractor 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

                        A simple cookie editor that extracts cookies in a curl-compatible way, so you can extract cookies from a browser and paste them into the curl command line utility directly.                    

Extension Basic Information

Name Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
Official URL https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Description Extract cookies into a curl compatible string
File Size 16.36 KB
Installation Count 525
Current Version 2.0
Last Updated 2021-09-23
Publish Date 2021-01-27
Developer jmadar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple curl compatible cookies extractor",
    "version": "2.0",
    "description": "Extract cookies into a curl compatible string",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/cookie-16.png",
        "32": "images\/cookie-32.png",
        "128": "images\/cookie-128.png"
    },
    "incognito": "split",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}