Get cookies.txt Clean

Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc.

Get cookies.txt Cleanคืออะไร?

Get cookies.txt Clean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย duettmanndorothee และคุณลักษณะหลักของมันคือ "Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get cookies.txt Clean

ดาวน์โหลดไฟล์ส่วนขยาย Get cookies.txt Clean ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Netscape cookie file format is designed to store a single cookie per physical line in the file, accompanied by relevant metadata, with each field separated by a TAB delimiter. Known as the "cookiejar" in curl parlance, this text-based format stores one cookie per line, with lines beginning with the # character designated as comments.

In situations where authenticated cookies from a Chrome browsing session are required, this extension proves to be exceedingly valuable. Exporting the cookies is a breeze - simply click the 'blue' download button or select 'Get cookies.txt' from the Chrome context menu while on any website.

A clean version of "Get cookies.txt" without Spyware.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Get cookies.txt Clean Get cookies.txt Clean
ID ahmnmhfbokciafffnknlekllgcnafnie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-cookiestxt-clean/ahmnmhfbokciafffnknlekllgcnafnie
คำอธิบาย Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 7,600
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2023-03-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา duettmanndorothee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get cookies.txt Clean",
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Get cookies.txt Clean"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/app.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "incognito": "split",
    "manifest_version": 3,
    "version": "1.0"
}