HLTV Matches

Displays matches of the day from HLTV

¿Qué es HLTV Matches?

HLTV Matches es una extensión de Chrome desarrollada por Tibi, y su función principal es "Displays matches of the day from HLTV".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HLTV Matches

Descarga archivos de extensión HLTV Matches en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
URL Oficial https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Descripción Displays matches of the day from HLTV
Tamaño del Archivo 558 KB
Cantidad de Instalaciones 50
Versión Actual 1.09
Última Actualización 2024-02-23
Fecha de Publicación 2023-10-04
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Tibi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/netistul/HLTV-Chrome-Extension
URL de la Página de Ayuda https://github.com/netistul/HLTV-Chrome-Extension
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Idiomas Soportados 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"
    }
}