Thumbnail Viewer for YouTube™
A simple extension that grabs the thumbnail from the current youtube video and displays it.
Τι είναι το Thumbnail Viewer for YouTube™;
Το Thumbnail Viewer for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Master, και η κύρια λειτουργία του είναι "A simple extension that grabs the thumbnail from the current youtube video and displays it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thumbnail Viewer for YouTube™
Λήψη αρχείων επέκτασης Thumbnail Viewer for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Changelog: v.1.3.5 - Better icon v.1.3.4 - No longer needs tabs permission - Uses slightly less screen real estate - Bug fixed with showing cached thumbnail when clicking another video.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thumbnail Viewer for YouTube™ |
ID | galcjdfminhddlmheppdgddbekgdofcm |
Επίσημο URL | https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm |
Περιγραφή | A simple extension that grabs the thumbnail from the current youtube video and displays it. |
Μέγεθος Αρχείου | 66.25 KB |
Αριθμός Εγκαταστάσεων | 3,244 |
Τρέχουσα Έκδοση | 1.3.5 |
Τελευταία Ενημέρωση | 2014-07-15 |
Ημερομηνία Δημοσίευσης | 2014-07-15 |
Αξιολόγηση | 4.47/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | Master |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "Thumbnail Viewer for YouTube\u2122", "description": "A simple extension that grabs the thumbnail from the current youtube video and displays it.", "manifest_version": 2, "version": "1.3.5", "icons": { "16": "thumbnail-16.png", "48": "thumbnail-48.png", "128": "thumbnail-128.png" }, "permissions": [ "activeTab", "*:\/\/*.youtube.com\/*" ], "browser_action": { "default_icon": "thumbnail-48.png", "default_title": "Click to view current video thumbnail", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "popup.js", "popup.css", "thumbnail-16.png", "thumbnail-48.png", "thumbnail-128.png" ] } |