YT Thumbnail Downloader
Save YT Thumbnail in all Quality
YT Thumbnail Downloader क्या है?
YT Thumbnail Downloader https://y2saver.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save YT Thumbnail in all Quality"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YT Thumbnail Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save Thumbnail images of YT videos YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. it's currently supported formats: YouTube (HD, HQ, 1080p, 4K) you can easily download your video-thumbnails. Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving. Privacy policy: https://y2saver.com/privacy-policy.html
एक्सटेंशन की मूल जानकारी
नाम | YT Thumbnail Downloader |
ID | ejnoellmghodpjfhceijpokgkflmcpgj |
आधिकारिक URL | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj |
विवरण | Save YT Thumbnail in all Quality |
फ़ाइल का आकार | 44.42 KB |
स्थापना संख्या | 349 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2021-09-29 |
प्रकाशन तिथि | 2021-09-29 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://y2saver.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://y2saver.com |
सहायता पृष्ठ URL | https://y2saver.com/contact.html |
गोपनीयता नीति पृष्ठ URL | https://y2saver.com/privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "mains.png" }, "default_popup": "popup.html", "name": "YT Thumbnail Downloader" }, "content_scripts": [ { "js": [ "jquery.js", "download.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Save YT Thumbnail in all Quality", "icons": { "128": "mains.png", "16": "mains.png", "48": "mains.png" }, "manifest_version": 2, "name": "YT Thumbnail Downloader", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "version": "1", "web_accessible_resources": [ "*.png", "*.PNG" ] } |