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은(는) duettmanndorothee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc."입니다.
확장 프로그램 스크린샷
Get cookies.txt Clean 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |