Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
ما هو Faceit pick map assistant؟
Faceit pick map assistant هو إضافة Chrome تم تطويرها بواسطة ant.shchurov، والميزة الرئيسية لها هي "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Faceit pick map assistant
قم بتنزيل ملفات الامتداد Faceit pick map assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that enhances the experience on FACEIT.com by adding useful information about maps pick. Highlights: - See team score of map - See who not played some map NOTE: Faceit pick map assistant is developed independently, and is not officially endorsed by or affiliated with FACEIT.
معلومات أساسية عن التمديد
الاسم | Faceit pick map assistant |
ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
الوصف | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
حجم الملف | 156 KB |
عدد التثبيتات | 1,178 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-07-07 |
تاريخ النشر | 2021-07-06 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ant.shchurov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit pick map assistant", "version": "1.0", "permissions": [ "https:\/\/api.faceit.com\/" ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "content.bundle.js" ] } ] } |