HLTVChat
HLTVChat
HLTVChatとは何ですか?
HLTVChatはsupportによって開発されたChromeの拡張機能で、その主な機能は「HLTVChat」です。
拡張機能のスクリーンショット
HLTVChat拡張機能のCRXファイルをダウンロード
HLTVChat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HLTV Chat adds chat functionality to website www.hltv.org IMPORTANT*** The hltvchat extension is not in any way, shape or form associated with the official site www.hltv.org. This extension is developed purely as a third party software for end users. If you choose to use this extension it is solely at your own risk and by installing you acknowledge that you fully understand the extensions origins and accept the above written statement.
拡張機能の基本情報
名前 | HLTVChat |
ID | lacgnaacinhbponemblnjjelhfehmcmn |
公式URL | https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn |
説明 | HLTVChat |
ファイルサイズ | 225 KB |
インストール数 | 319 |
現在のバージョン | 0.1.8 |
最終更新日 | 2019-06-15 |
公開日 | 2018-07-31 |
評価 | 4.66/5 合計 38 レビュー |
開発者 | support |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HLTVChat", "version": "0.1.8", "manifest_version": 2, "description": "HLTVChat", "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "HLTVChat" }, "icons": { "128": "icons\/icon-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.hltv.org\/*" ], "js": [ "js\/jquery.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ortc-developers.realtime.co; object-src 'self'", "web_accessible_resources": [ "themes\/*", "ui\/*", "js\/*" ], "permissions": [ "https:\/\/www.hltv.org\/*", "https:\/\/hltv.pro\/*", "webRequest", "webRequestBlocking" ] } |