Youtube™ Thumbnail Preview
View youtube thumbnails with a single click.
Youtube™ Thumbnail Preview क्या है?
Youtube™ Thumbnail Preview James_Hynes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View youtube thumbnails with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube™ Thumbnail Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.
एक्सटेंशन की मूल जानकारी
नाम | Youtube™ Thumbnail Preview |
ID | nbpcbacmemknaffckhckoaophpnmdchb |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb |
विवरण | View youtube thumbnails with a single click. |
फ़ाइल का आकार | 95.76 KB |
स्थापना संख्या | 7,529 |
वर्तमान संस्करण | 1.5.2 |
अंतिम अपडेट | 2022-06-25 |
प्रकाशन तिथि | 2018-03-20 |
रेटिंग | 4.43/5 कुल 30 रेटिंग्स |
डेवलपर | James_Hynes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube\u2122 Thumbnail Preview", "description": "View youtube thumbnails with a single click.", "version": "1.5.2", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "Show thumbnail" }, "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" } } |