YouTube™ Scroll Player
Makes the YouTube video player shrink into the bottom right corner while scrolling.
O que é YouTube™ Scroll Player?
YouTube™ Scroll Player é uma extensão do Chrome desenvolvida por Cryous Technologies, e sua principal característica é "Makes the YouTube video player shrink into the bottom right corner while scrolling.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube™ Scroll Player
Baixe arquivos de extensão YouTube™ Scroll 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
When scrolling down on a YouTube video, the player will minimize into the bottom right corner. This means you can still watch the video while you're reading comments, etc. This works with both the HTML5 and the Flash player. I've disabled the ability to seek/skip through the video in the mini HTML5 version (it's actually hidden now) because YouTube's HTML5 player doesn't like the smaller dimensions of the player and the seek bar messes up.
Informações Básicas da Extensão
Nome | YouTube™ Scroll Player |
ID | cmceloemlfndkbklohojnlppaefclkma |
URL Oficial | https://chromewebstore.google.com/detail/youtube-scroll-player/cmceloemlfndkbklohojnlppaefclkma |
Descrição | Makes the YouTube video player shrink into the bottom right corner while scrolling. |
Tamanho do Arquivo | 51.99 KB |
Contagem de Instalações | 246 |
Versão Atual | 1.0.5 |
Última Atualização | 2016-01-27 |
Data de Publicação | 2016-01-27 |
Classificação | 3.28/5 Total de 18 Avaliações |
Desenvolvedor | Cryous Technologies |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Scroll Player", "description": "Makes the YouTube video player shrink into the bottom right corner while scrolling.", "version": "1.0.5", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "all_frames": false, "css": [ "mini-floating-player.css" ], "js": [ "jquery.js", "contentscript.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "arrow-up.png" ], "manifest_version": 2 } |