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