HLTV Matches

Displays matches of the day from HLTV

Wat is HLTV Matches?

HLTV Matches is een Chrome-extensie ontwikkeld door Tibi, en de belangrijkste functie is "Displays matches of the day from HLTV".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HLTV Matches

Download HLTV Matches-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
Officiële URL https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Beschrijving Displays matches of the day from HLTV
Bestandsgrootte 558 KB
Aantal Installaties 50
Huidige Versie 1.09
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2023-10-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tibi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/netistul/HLTV-Chrome-Extension
Help Pagina-URL https://github.com/netistul/HLTV-Chrome-Extension
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Ondersteunde Talen 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"
    }
}