HLTV Matches

Displays matches of the day from HLTV

HLTV Matchesคืออะไร?

HLTV Matches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tibi และคุณลักษณะหลักของมันคือ "Displays matches of the day from HLTV"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HLTV Matches

ดาวน์โหลดไฟล์ส่วนขยาย HLTV Matches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
คำอธิบาย Displays matches of the day from HLTV
ขนาดไฟล์ 558 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.09
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-10-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Tibi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/netistul/HLTV-Chrome-Extension
URL หน้าช่วยเหลือ https://github.com/netistul/HLTV-Chrome-Extension
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
ภาษาที่รองรับ 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"
    }
}