Twitcasting Chat Replay
Replays the chat on Twitcasting archives.
O que é Twitcasting Chat Replay?
Twitcasting Chat Replay é uma extensão do Chrome desenvolvida por lyger, e sua principal característica é "Replays the chat on Twitcasting archives.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitcasting Chat Replay
Baixe arquivos de extensão Twitcasting Chat Replay 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
ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。 Replays live chat for recorded Twitcasting broadcasts. ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。 Due to programming limitations, the comment timing delay must be manually adjusted.
Informações Básicas da Extensão
Nome | Twitcasting Chat Replay |
ID | lnbjmahfkagdmpeifkblhkglbcpbpohk |
URL Oficial | https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk |
Descrição | Replays the chat on Twitcasting archives. |
Tamanho do Arquivo | 57.22 KB |
Contagem de Instalações | 1,084 |
Versão Atual | 0.4 |
Última Atualização | 2020-02-13 |
Data de Publicação | 2020-02-13 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | lyger |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "manifest_version": 2, "version": "0.4", "permissions": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "css": [ "styles.css" ], "js": [ "react.production.min.js", "react-dom.production.min.js", "contentScript.js" ] } ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |