YT Thumbnail Downloader
Download thumbnail images of youtube videos
YT Thumbnail Downloader क्या है?
YT Thumbnail Downloader Rovalty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download thumbnail images of youtube videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YT Thumbnail Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free youtube 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://www.saxsos.xyz/p/policy-privacy-policy.html
एक्सटेंशन की मूल जानकारी
नाम | YT Thumbnail Downloader |
ID | akfikgmhbajiaekdbgchbmhkceclncda |
आधिकारिक URL | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda |
विवरण | Download thumbnail images of youtube videos |
फ़ाइल का आकार | 58.71 KB |
स्थापना संख्या | 2,404 |
वर्तमान संस्करण | 3.5.4 |
अंतिम अपडेट | 2020-05-09 |
प्रकाशन तिथि | 2020-05-09 |
रेटिंग | 3.97/5 कुल 30 रेटिंग्स |
डेवलपर | Rovalty |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.saxsos.xyz/ |
सहायता पृष्ठ URL | https://www.saxsos.xyz/p/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "name": "YT Thumbnail Downloader", "description": "Download thumbnail images of youtube videos", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "YT Thumbnail Downloader", "default_popup": "popup.html", "default_icon": { "128": "img\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "*.png", "*.PNG", "*.JPG" ], "permissions": [ "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |