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 |
Eメール | [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" } } |