HLTV Matches
Displays matches of the day from HLTV
Co to jest HLTV Matches?
HLTV Matches to rozszerzenie Chrome opracowane przez Tibi, a jego główną funkcją jest „Displays matches of the day from HLTV”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HLTV Matches
Pobierz pliki rozszerzeń HLTV Matches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mgngboaodngnlgbcfokbdehhdjfdjbcf |
| Oficjalny URL | https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf |
| Opis | Displays matches of the day from HLTV |
| Rozmiar pliku | 558 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.09 |
| Ostatnia Aktualizacja | 2024-02-23 |
| Data Publikacji | 2023-10-04 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Tibi |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/netistul/HLTV-Chrome-Extension |
| Adres URL Strony Pomocy | https://github.com/netistul/HLTV-Chrome-Extension |
| Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710 |
| Obsługiwane Języki | 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"
}
} | |