Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
ما هو Csgo & Cs2 Stats؟
Csgo & Cs2 Stats هو إضافة Chrome تم تطويرها بواسطة rrreg، والميزة الرئيسية لها هي "Displays peoples faceit and matchmaking stats on their steam profile.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Csgo & Cs2 Stats
قم بتنزيل ملفات الامتداد Csgo & Cs2 Stats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays peoples faceit and matchmaking stats on their steam profile.
معلومات أساسية عن التمديد
الاسم | Csgo & Cs2 Stats |
ID | cjkfchbniaegciddeagjnaldgpgcdioa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
الوصف | Displays peoples faceit and matchmaking stats on their steam profile. |
حجم الملف | 518 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-09-26 |
تاريخ النشر | 2023-06-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | rrreg |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "tabs", "storage", "activeTab" ], "action": { "default_icon": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "default_popup": "popup.html", "default_title": "Faceit Stats" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "css": [ "style.css" ], "exclude_matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*", "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*" ], "js": [ "content.js" ], "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ] } ], "description": "Displays peoples faceit and matchmaking stats on their steam profile.", "homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996", "host_permissions": [ "https:\/\/api.faceit.com\/*" ], "manifest_version": 3, "name": "Csgo & Cs2 Stats", "version": "2.0", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "web_accessible_resources": [ { "matches": [ " |