HLTV Matches

Displays matches of the day from HLTV

What is HLTV Matches?

HLTV Matches is a Chrome extension developed by Tibi, and its main feature is "Displays matches of the day from HLTV".

Extension Screenshots

screenshot

Download HLTV Matches Extension CRX File

Download HLTV Matches extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
Official URL https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Description Displays matches of the day from HLTV
File Size 558 KB
Installation Count 50
Current Version 1.09
Last Updated 2024-02-23
Publish Date 2023-10-04
Rating 5.00/5 Total 2 Ratings
Developer Tibi
Email [email protected]
Payment Type free
Extension Website https://github.com/netistul/HLTV-Chrome-Extension
Help Page URL https://github.com/netistul/HLTV-Chrome-Extension
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Supported Languages 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"
    }
}