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 |
官方網址 | 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" } } |