Chat Danmaku
Show chat room messages as danmaku when watching live streams.
O que é Chat Danmaku?
Chat Danmaku é uma extensão do Chrome desenvolvida por kevinptt, e sua principal característica é "Show chat room messages as danmaku when watching live streams.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chat Danmaku
Baixe arquivos de extensão Chat Danmaku 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
Show chat room messages as danmaku when watching live streams. Support sites: - Twitch - Garena Live Note: We don't guarantee that it always works correctly and perfectly. If you encounter any problems or bugs, try to refresh page first.
Informações Básicas da Extensão
Nome | Chat Danmaku |
ID | mgahhhpmjdpnieacpcmjfegnoehameap |
URL Oficial | https://chromewebstore.google.com/detail/chat-danmaku/mgahhhpmjdpnieacpcmjfegnoehameap |
Descrição | Show chat room messages as danmaku when watching live streams. |
Tamanho do Arquivo | 62.84 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.3.0 |
Última Atualização | 2018-09-30 |
Data de Publicação | 2018-09-30 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | kevinptt |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kevinptt0323/chat-danmaku |
URL da Página de Ajuda | https://github.com/kevinptt0323/chat-danmaku/issues |
Idiomas Suportados | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.0", "homepage_url": "https:\/\/github.com\/kevinptt0323\/chat-danmaku", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "options\/index.html" }, "default_locale": "en", "options_ui": { "page": "options\/index.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/garena.live\/*", "*:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |