HLTVChat
HLTVChat
O que é HLTVChat?
HLTVChat é uma extensão do Chrome desenvolvida por support, e sua principal característica é "HLTVChat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HLTVChat
Baixe arquivos de extensão HLTVChat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | HLTVChat |
ID | lacgnaacinhbponemblnjjelhfehmcmn |
URL Oficial | https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn |
Descrição | HLTVChat |
Tamanho do Arquivo | 225 KB |
Contagem de Instalações | 319 |
Versão Atual | 0.1.8 |
Última Atualização | 2019-06-15 |
Data de Publicação | 2018-07-31 |
Classificação | 4.66/5 Total de 38 Avaliações |
Desenvolvedor | support |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |