Faceit elo statistics
Shows a notification when the user clicks on links.
ما هو Faceit elo statistics؟
Faceit elo statistics هو إضافة Chrome تم تطويرها بواسطة iliyazelenkog، والميزة الرئيسية لها هي "Shows a notification when the user clicks on links.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Faceit elo statistics
قم بتنزيل ملفات الامتداد Faceit elo statistics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that allows you to view your or any player's statistics .
معلومات أساسية عن التمديد
الاسم | Faceit elo statistics |
ID | pbcjdjdkfffipjalaneimnjnogbajden |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden |
الوصف | Shows a notification when the user clicks on links. |
حجم الملف | 267 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-03-20 |
تاريخ النشر | 2018-11-22 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | iliyazelenkog |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/iliyaZelenko/browser-extension-faceit-csgo |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "browser_style": true, "default_title": "browser-extension", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html" }, "permissions": [ "notifications" ], "host_permissions": [ "https:\/\/open.faceit.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup" } } } |