HLTV Matches

Displays matches of the day from HLTV

ما هو HLTV Matches؟

HLTV Matches هو إضافة Chrome تم تطويرها بواسطة Tibi، والميزة الرئيسية لها هي "Displays matches of the day from HLTV".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HLTV Matches

قم بتنزيل ملفات الامتداد HLTV Matches بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The HLTV Matches extension provides real-time and upcoming CS2 match data from HLTV. It efficiently fetches and displays match data, team details, and event information in a user-friendly popup, allowing CS2 fans to stay updated without having to visit the HLTV website.                    

معلومات أساسية عن التمديد

الاسم HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
الوصف Displays matches of the day from HLTV
حجم الملف 558 KB
عدد التثبيتات 50
النسخة الحالية 1.09
آخر تحديث 2024-02-23
تاريخ النشر 2023-10-04
تقييم 5.00/5 مجموع تقييمات 2
المطور Tibi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/netistul/HLTV-Chrome-Extension
عنوان صفحة المساعدة https://github.com/netistul/HLTV-Chrome-Extension
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HLTV Matches",
    "version": "1.09",
    "description": "Displays matches of the day from HLTV",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/bby.blob.core.windows.net\/hltv\/matches.json"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}