Get Cookies file
Exports your cookies to the file
ما هو Get Cookies file؟
Get Cookies file هو إضافة Chrome تم تطويرها بواسطة tobmoki، والميزة الرئيسية لها هي "Exports your cookies to the file".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get Cookies file
قم بتنزيل ملفات الامتداد Get Cookies file بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to watch or export your cookies to the file
معلومات أساسية عن التمديد
الاسم | Get Cookies file |
ID | lhecbjgjgknjminomebnbfcopdfdfmel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
الوصف | Exports your cookies to the file |
حجم الملف | 1.24 MB |
عدد التثبيتات | 430 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-08-27 |
تاريخ النشر | 2020-08-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | tobmoki |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/app.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "app.html", "default_title": "Get Cookies file" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Exports your cookies to the file", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "manifest_version": 2, "name": "Get Cookies file", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "downloads", "contextMenus", "webRequest" ], "version": "1.0" } |