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" ] } |