Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Simple curl compatible cookies extractor là gì?

Simple curl compatible cookies extractor là một tiện ích mở rộng Chrome được phát triển bởi jmadar, và tính năng chính của nó là "Extract cookies into a curl compatible string".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple curl compatible cookies extractor

Tải xuống các tệp mở rộng Simple curl compatible cookies extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
URL Chính Thức https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
Mô tả Extract cookies into a curl compatible string
Kích Thước Tệp 16.36 KB
Số Lần Cài Đặt 525
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-09-23
Ngày Phát Hành 2021-01-27
Nhà Phát Triển jmadar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}