HLTV Matches

Displays matches of the day from HLTV

Hvad er HLTV Matches?

HLTV Matches er en Chrome-udvidelse udviklet af Tibi, og dens hovedfunktion er "Displays matches of the day from HLTV".

Udvidelsesskærmbilleder

screenshot

Download HLTV Matches-udvidelses-CRX-fil

Download HLTV Matches-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
Officiel URL https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Beskrivelse Displays matches of the day from HLTV
Filstørrelse 558 KB
Antal Installationer 50
Nuværende Version 1.09
Senest Opdateret 2024-02-23
Udgivelsesdato 2023-10-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Tibi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/netistul/HLTV-Chrome-Extension
Hjælpeside-URL https://github.com/netistul/HLTV-Chrome-Extension
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Understøttede Sprog 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"
    }
}