Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Apa itu Simple curl compatible cookies extractor?

Simple curl compatible cookies extractor adalah ekstensi Chrome yang dikembangkan oleh jmadar, dan fitur utamanya adalah "Extract cookies into a curl compatible string".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple curl compatible cookies extractor

Unduh file ekstensi Simple curl compatible cookies extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
URL Resmi https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Deskripsi Extract cookies into a curl compatible string
Ukuran File 16.36 KB
Jumlah Instalasi 525
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-09-23
Tanggal Publikasi 2021-01-27
Pengembang jmadar
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}