Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Qu'est-ce que Simple curl compatible cookies extractor ?

Simple curl compatible cookies extractor est une extension Chrome développée par jmadar, et sa fonction principale est "Extract cookies into a curl compatible string".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple curl compatible cookies extractor

Téléchargez les fichiers d'extension Simple curl compatible cookies extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
URL Officiel https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Description Extract cookies into a curl compatible string
Taille du Fichier 16.36 KB
Nombre d'Installations 525
Version Actuelle 2.0
Dernière Mise à Jour 2021-09-23
Date de Publication 2021-01-27
Développeur jmadar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}