HLTV Matches

Displays matches of the day from HLTV

Vad är HLTV Matches?

HLTV Matches är en Chrome-tillägg utvecklad av Tibi, och dess huvudfunktion är "Displays matches of the day from HLTV".

Tilläggsskärmbilder

screenshot

Ladda ner HLTV Matches-förlängningens CRX-fil

Ladda ner HLTV Matches-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
Officiell webbadress https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Beskrivning Displays matches of the day from HLTV
Filstorlek 558 KB
Antal Installationer 50
Aktuell Version 1.09
Senast Uppdaterad 2024-02-23
Publiceringsdatum 2023-10-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tibi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/netistul/HLTV-Chrome-Extension
Hjälpsida URL https://github.com/netistul/HLTV-Chrome-Extension
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Stödda Språk 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"
    }
}