YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Τι είναι το YouTube Watch Thumbnails;
Το YouTube Watch Thumbnails είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mosunset, και η κύρια λειτουργία του είναι "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Watch Thumbnails
Λήψη αρχείων επέκτασης YouTube Watch Thumbnails σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click once on the extension icon and the thumbnail image hops up. Clicking on an image opens the largest thumbnail image in a new tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Περιγραφή | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Μέγεθος Αρχείου | 113 KB |
Αριθμός Εγκαταστάσεων | 4,804 |
Τρέχουσα Έκδοση | 3.3.1 |
Τελευταία Ενημέρωση | 2023-09-02 |
Ημερομηνία Δημοσίευσης | 2022-09-13 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | mosunset |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "3.3.1", "default_locale": "en", "icons": { "512": "img\/yicon.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/yicon.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/ycontent_script.js" ], "css": [ "css\/ycontent_script.css" ], "all_frames": true } ] } |