HLTV Matches

Displays matches of the day from HLTV

Cos'è HLTV Matches?

HLTV Matches è un'estensione di Chrome sviluppata da Tibi, e la sua funzione principale è "Displays matches of the day from HLTV".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HLTV Matches

Scarica i file di estensione HLTV Matches in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
URL Ufficiale https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Descrizione Displays matches of the day from HLTV
Dimensione del File 558 KB
Conteggio Installazioni 50
Versione Corrente 1.09
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2023-10-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Tibi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/netistul/HLTV-Chrome-Extension
URL della Pagina di Aiuto https://github.com/netistul/HLTV-Chrome-Extension
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Lingue Supportate 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"
    }
}