Share Your Cookies
Share your accounts without revealing passwords
ما هو Share Your Cookies؟
Share Your Cookies هو إضافة Chrome تم تطويرها بواسطة https://lnmai.com، والميزة الرئيسية لها هي "Share your accounts without revealing passwords".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Share Your Cookies
قم بتنزيل ملفات الامتداد Share Your Cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. معلومات أساسية عن التمديد
| الاسم | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| الوصف | Share your accounts without revealing passwords |
| حجم الملف | 38.54 KB |
| عدد التثبيتات | 53,376 |
| النسخة الحالية | 1.0.3 |
| آخر تحديث | 2023-02-15 |
| تاريخ النشر | 2018-08-12 |
| تقييم | 4.33/5 مجموع تقييمات 9 |
| المطور | https://lnmai.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://mtfb.lnmai.com/ |
| عنوان صفحة المساعدة | https://mtfb.lnmai.com/discord |
| عنوان صفحة سياسة الخصوصية | https://lnmai.com/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Share Your Cookies",
"description": "Share your accounts without revealing passwords",
"version": "1.0.3",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_popup": "popup.html",
"default_title": "Share Your Cookies"
},
"author": "Loc Mai",
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |