HLTV Matches
Displays matches of the day from HLTV
什么是HLTV Matches?
HLTV Matches是由Tibi开发的Chrome扩展程序,该扩展的主要功能是“Displays matches of the day from HLTV”。
扩展截图
下载HLTV Matches扩展crx文件
下载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 |
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" } } |