HLTV Matches

Displays matches of the day from HLTV

HLTV Matches क्या है?

HLTV Matches Tibi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays matches of the day from HLTV"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HLTV Matches एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://github.com/netistul/HLTV-Chrome-Extension
गोपनीयता नीति पृष्ठ URL 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"
    }
}