Gwent Profile Helper
Show opponent's stats in Match History
ما هو Gwent Profile Helper؟
Gwent Profile Helper هو إضافة Chrome تم تطويرها بواسطة https://efprojects.com، والميزة الرئيسية لها هي "Show opponent's stats in Match History".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gwent Profile Helper
قم بتنزيل ملفات الامتداد Gwent Profile Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
معلومات أساسية عن التمديد
الاسم | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
الوصف | Show opponent's stats in Match History |
حجم الملف | 42.38 KB |
عدد التثبيتات | 169 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-02-09 |
تاريخ النشر | 2022-02-06 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://efprojects.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Egor3f/gwent-profile-helper |
عنوان صفحة المساعدة | https://github.com/Egor3f/gwent-profile-helper |
عنوان صفحة سياسة الخصوصية | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gwent Profile Helper", "version": "1.1", "manifest_version": 3, "description": "Show opponent's stats in Match History", "homepage_url": "https:\/\/github.com\/Egor3f\/gwent-profile-helper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.playgwent.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.playgwent.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |