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™ Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that grabs the thumbnail from the current youtube video and displays it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thumbnail Viewer for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |