Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Hvad er Simple curl compatible cookies extractor?

Simple curl compatible cookies extractor er en Chrome-udvidelse udviklet af jmadar, og dens hovedfunktion er "Extract cookies into a curl compatible string".

Udvidelsesskærmbilleder

screenshot

Download Simple curl compatible cookies extractor-udvidelses-CRX-fil

Download Simple curl compatible cookies extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
Officiel URL https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Beskrivelse Extract cookies into a curl compatible string
Filstørrelse 16.36 KB
Antal Installationer 525
Nuværende Version 2.0
Senest Opdateret 2021-09-23
Udgivelsesdato 2021-01-27
Udvikler jmadar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}