YouTube sticky player
You can read comments while watching the video for YouTube.
O que é YouTube sticky player?
YouTube sticky player é uma extensão do Chrome desenvolvida por celclow, e sua principal característica é "You can read comments while watching the video for YouTube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube sticky player
Baixe arquivos de extensão YouTube sticky player 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
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Informações Básicas da Extensão
Nome | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
URL Oficial | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Descrição | You can read comments while watching the video for YouTube. |
Tamanho do Arquivo | 11.41 KB |
Contagem de Instalações | 217 |
Versão Atual | 1.1.5 |
Última Atualização | 2023-10-01 |
Data de Publicação | 2020-05-21 |
Classificação | 4.40/5 Total de 5 Avaliações |
Desenvolvedor | celclow |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/celclow/youtube-sticky-player |
URL da Página de Ajuda | https://github.com/celclow/youtube-sticky-player |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |