Autoplay Youtube Thumbnail Previews Thingy
Animate all the Youtube preview thumbnails at the same time.
Cos'è Autoplay Youtube Thumbnail Previews Thingy?
Autoplay Youtube Thumbnail Previews Thingy è un'estensione di Chrome sviluppata da https://turtletasks.com, e la sua funzione principale è "Animate all the Youtube preview thumbnails at the same time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Autoplay Youtube Thumbnail Previews Thingy
Scarica i file di estensione Autoplay Youtube Thumbnail Previews Thingy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pacogcppnljmjlacejlmlideckgogcgb |
| URL Ufficiale | https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb |
| Descrizione | Animate all the Youtube preview thumbnails at the same time. |
| Dimensione del File | 87.88 KB |
| Conteggio Installazioni | 56 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-02-12 |
| Data di Pubblicazione | 2022-02-09 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://turtletasks.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://turtletasks.com/ |
| URL della Pagina di Aiuto | https://turtletasks.com/#contact |
| URL della Pagina della Politica sulla Privacy | https://turtletasks.com/privacy |
| Lingue Supportate | 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\/*"
]
}
]
} | |