Simple curl compatible cookies extractor
Extract cookies into a curl compatible string
ما هو Simple curl compatible cookies extractor؟
Simple curl compatible cookies extractor هو إضافة Chrome تم تطويرها بواسطة jmadar، والميزة الرئيسية لها هي "Extract cookies into a curl compatible string".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple curl compatible cookies extractor
قم بتنزيل ملفات الامتداد Simple curl compatible cookies extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | hacpnjlfmfaiedcejmognhhffdpooafe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe |
| الوصف | Extract cookies into a curl compatible string |
| حجم الملف | 16.36 KB |
| عدد التثبيتات | 525 |
| النسخة الحالية | 2.0 |
| آخر تحديث | 2021-09-23 |
| تاريخ النشر | 2021-01-27 |
| المطور | jmadar |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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
} | |