Autoplay Youtube Thumbnail Previews Thingy
Animate all the Youtube preview thumbnails at the same time.
Was ist Autoplay Youtube Thumbnail Previews Thingy?
Autoplay Youtube Thumbnail Previews Thingy ist eine Chrome-Erweiterung, die von https://turtletasks.com entwickelt wurde, und ihr Hauptmerkmal ist "Animate all the Youtube preview thumbnails at the same time.".
Erweiterungsscreenshots
Autoplay Youtube Thumbnail Previews Thingy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Autoplay Youtube Thumbnail Previews Thingy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pacogcppnljmjlacejlmlideckgogcgb |
| Offizielle URL | https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb |
| Beschreibung | Animate all the Youtube preview thumbnails at the same time. |
| Dateigröße | 87.88 KB |
| Installationsanzahl | 56 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-02-12 |
| Veröffentlichungsdatum | 2022-02-09 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://turtletasks.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://turtletasks.com/ |
| Hilfeseite URL | https://turtletasks.com/#contact |
| URL der Datenschutzrichtlinien-Seite | https://turtletasks.com/privacy |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |