HLTV Matches

Displays matches of the day from HLTV

HLTV Matches là gì?

HLTV Matches là một tiện ích mở rộng Chrome được phát triển bởi Tibi, và tính năng chính của nó là "Displays matches of the day from HLTV".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HLTV Matches

Tải xuống các tệp mở rộng HLTV Matches dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
URL Chính Thức https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Mô tả Displays matches of the day from HLTV
Kích Thước Tệp 558 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.09
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2023-10-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tibi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/netistul/HLTV-Chrome-Extension
URL Trang Trợ Giúp https://github.com/netistul/HLTV-Chrome-Extension
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}