Autoplay Youtube Thumbnail Previews Thingy
Animate all the Youtube preview thumbnails at the same time.
Wat is Autoplay Youtube Thumbnail Previews Thingy?
Autoplay Youtube Thumbnail Previews Thingy is een Chrome-extensie ontwikkeld door https://turtletasks.com, en de belangrijkste functie is "Animate all the Youtube preview thumbnails at the same time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoplay Youtube Thumbnail Previews Thingy
Download Autoplay Youtube Thumbnail Previews Thingy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pacogcppnljmjlacejlmlideckgogcgb |
| Officiële URL | https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb |
| Beschrijving | Animate all the Youtube preview thumbnails at the same time. |
| Bestandsgrootte | 87.88 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-02-12 |
| Publicatiedatum | 2022-02-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://turtletasks.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://turtletasks.com/ |
| Help Pagina-URL | https://turtletasks.com/#contact |
| URL van de Privacybeleid Pagina | https://turtletasks.com/privacy |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |