Autoplay Youtube Thumbnail Previews Thingy
Animate all the Youtube preview thumbnails at the same time.
O que é Autoplay Youtube Thumbnail Previews Thingy?
Autoplay Youtube Thumbnail Previews Thingy é uma extensão do Chrome desenvolvida por https://turtletasks.com, e sua principal característica é "Animate all the Youtube preview thumbnails at the same time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Autoplay Youtube Thumbnail Previews Thingy
Baixe arquivos de extensão Autoplay Youtube Thumbnail Previews Thingy 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
Instead of hovering your mouse over a single thumbnail to play a thumbnail preview, have all the video thumbnails on the page play at the same time, without any mouse hovering. Currently works for - Search results - Youtube channel - Related videos on the video page Instructions: - Load the extension - Turn it on - Reload the Youtube page Other notes - Open the extension to turn it on or off. - Doesn't work on the homepage - Nothing is logged or tracked so we don't know if it stops working . Message me and I'll get it fixed. Privacy https://turtletasks.com/privacy
Informações Básicas da Extensão
Nome | Autoplay Youtube Thumbnail Previews Thingy |
ID | pacogcppnljmjlacejlmlideckgogcgb |
URL Oficial | https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb |
Descrição | Animate all the Youtube preview thumbnails at the same time. |
Tamanho do Arquivo | 87.88 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-02-12 |
Data de Publicação | 2022-02-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://turtletasks.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://turtletasks.com/ |
URL da Página de Ajuda | https://turtletasks.com/#contact |
URL da Página de Política de Privacidade | https://turtletasks.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autoplay Youtube Thumbnail Previews Thingy", "description": "Animate all the Youtube preview thumbnails at the same time.", "version": "1.0.0", "icons": { "16": "assets\/logo\/logo-16.png", "48": "assets\/logo\/logo-48.png", "128": "assets\/logo\/logo-128.png" }, "action": { "default_title": "Autoplay Youtube Thumbnail Previews Thingy", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "assets\/js\/jquery.js", "assets\/js\/listing.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |