Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
ما هو Cookiedough؟
Cookiedough هو إضافة Chrome تم تطويرها بواسطة OrbitKit، والميزة الرئيسية لها هي "Developer tool to bulk set cookies from a standard cookie header string".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookiedough
قم بتنزيل ملفات الامتداد Cookiedough بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string.
You can find the source code at https://github.com/stickfigure/cookiedough معلومات أساسية عن التمديد
| الاسم | |
| ID | hacigcgfiefikmkmmmncaiaijoffndpl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
| الوصف | Developer tool to bulk set cookies from a standard cookie header string |
| حجم الملف | 63.66 KB |
| عدد التثبيتات | 8,261 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2021-05-26 |
| تاريخ النشر | 2019-05-25 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | OrbitKit |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/stickfigure/cookiedough |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookiedough",
"description": "Developer tool to bulk set cookies from a standard cookie header string",
"version": "1.0.1",
"icons": {
"128": "cookie.png"
},
"browser_action": {
"default_icon": "cookie.png",
"default_popup": "popup.html"
},
"permissions": [
"cookies",
"tabs",
" | |