Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Wat is Simple curl compatible cookies extractor?

Simple curl compatible cookies extractor is een Chrome-extensie ontwikkeld door jmadar, en de belangrijkste functie is "Extract cookies into a curl compatible string".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple curl compatible cookies extractor

Download Simple curl compatible cookies extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
Officiële URL https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Beschrijving Extract cookies into a curl compatible string
Bestandsgrootte 16.36 KB
Aantal Installaties 525
Huidige Versie 2.0
Laatst Bijgewerkt 2021-09-23
Publicatiedatum 2021-01-27
Ontwikkelaar jmadar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}