HLTV Matches

Displays matches of the day from HLTV

Qu'est-ce que HLTV Matches ?

HLTV Matches est une extension Chrome développée par Tibi, et sa fonction principale est "Displays matches of the day from HLTV".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HLTV Matches

Téléchargez les fichiers d'extension HLTV Matches au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
URL Officiel https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Description Displays matches of the day from HLTV
Taille du Fichier 558 KB
Nombre d'Installations 50
Version Actuelle 1.09
Dernière Mise à Jour 2024-02-23
Date de Publication 2023-10-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tibi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/netistul/HLTV-Chrome-Extension
URL de la Page d'Aide https://github.com/netistul/HLTV-Chrome-Extension
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Langues Prises en Charge 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"
    }
}