Stream2Youtube
You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk
O que é Stream2Youtube?
Stream2Youtube é uma extensão do Chrome desenvolvida por fienestar, e sua principal característica é "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stream2Youtube
Baixe arquivos de extensão Stream2Youtube 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
If you want to watch YouTube VODs from the time you watched the live broadcast on Twitch, try installing this feature. Note: The time difference between the Twitch broadcast time and the YouTube broadcast time must be within 30 minutes.
Informações Básicas da Extensão
Nome | Stream2Youtube |
ID | cpmonfmjbdijmpckpgeikmaddegojepf |
URL Oficial | https://chromewebstore.google.com/detail/stream2youtube/cpmonfmjbdijmpckpgeikmaddegojepf |
Descrição | You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk |
Tamanho do Arquivo | 29.18 KB |
Contagem de Instalações | 93 |
Versão Atual | 0.3 |
Última Atualização | 2023-12-20 |
Data de Publicação | 2023-02-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | fienestar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stream2Youtube", "version": "0.3", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "description": "__MSG_description__", "content_scripts": [ { "js": [ "twitch.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] }, { "js": [ "youtube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] }, { "js": [ "chzzk.js" ], "matches": [ "https:\/\/chzzk.naver.com\/live\/*" ] } ], "default_locale": "ko" } |