HLTV Matches
Displays matches of the day from HLTV
Apa itu HLTV Matches?
HLTV Matches adalah ekstensi Chrome yang dikembangkan oleh Tibi, dan fitur utamanya adalah "Displays matches of the day from HLTV".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HLTV Matches
Unduh file ekstensi HLTV Matches dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | HLTV Matches |
ID | mgngboaodngnlgbcfokbdehhdjfdjbcf |
URL Resmi | https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf |
Deskripsi | Displays matches of the day from HLTV |
Ukuran File | 558 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 1.09 |
Terakhir Diperbarui | 2024-02-23 |
Tanggal Publikasi | 2023-10-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Tibi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/netistul/HLTV-Chrome-Extension |
URL Halaman Bantuan | https://github.com/netistul/HLTV-Chrome-Extension |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710 |
Bahasa yang Didukung | 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" } } |