Autoplay Youtube Thumbnail Previews Thingy
Animate all the Youtube preview thumbnails at the same time.
Τι είναι το Autoplay Youtube Thumbnail Previews Thingy;
Το Autoplay Youtube Thumbnail Previews Thingy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://turtletasks.com, και η κύρια λειτουργία του είναι "Animate all the Youtube preview thumbnails at the same time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Autoplay Youtube Thumbnail Previews Thingy
Λήψη αρχείων επέκτασης Autoplay Youtube Thumbnail Previews Thingy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Autoplay Youtube Thumbnail Previews Thingy |
ID | pacogcppnljmjlacejlmlideckgogcgb |
Επίσημο URL | https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb |
Περιγραφή | Animate all the Youtube preview thumbnails at the same time. |
Μέγεθος Αρχείου | 87.88 KB |
Αριθμός Εγκαταστάσεων | 56 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-02-12 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://turtletasks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://turtletasks.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://turtletasks.com/#contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://turtletasks.com/privacy |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |