Get YouTube Video Thumbnail

This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.

Get YouTube Video Thumbnail क्या है?

Get YouTube Video Thumbnail http://thumbyoutube.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get YouTube Video Thumbnail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get YouTube Video Thumbnail in various Resolutions

Questions about Youtube Thumbs

Why do some Thumbs appear in a not found format? 
When the thumb appears in this format, it means that it is not available in this resolution, that is, it does not exist.

What does ThumbYoutube.com do?
The aim of the ThumbYoutube.com website is to make your life easier when you need the thumb of a specific video, whether the thumb is in high quality or in SD, our website shows all the thumbs available for the video you choose.

How does the Thumb Youtube Tool work?
Our tool only shows you the thumbs available from the url video that you filled in the box up there, all the images that are shown here, they are from the video and are owned by Youtube.

How to get a Thumb from a specific moment in the video?
No, our tool only shows the thumbs that Youtube itself has made available, in this case you will have to get the thumbs in another way.

What is the purpose of this Thumbs tool?
The purpose of the site is to make it easy for you to view or save the Thumbs of a particular video, for example, you can use the Thumbs to put in a blog article ... There are several possibilities.                    

एक्सटेंशन की मूल जानकारी

नाम Get YouTube Video Thumbnail Get YouTube Video Thumbnail
ID ljabkdmlbjclkpbjodeoohgfbachnpcn
आधिकारिक URL https://chrome.google.com/webstore/detail/get-youtube-video-thumbna/ljabkdmlbjclkpbjodeoohgfbachnpcn
विवरण This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.
फ़ाइल का आकार 22.33 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.4
अंतिम अपडेट 2020-08-28
प्रकाशन तिथि 2020-08-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://thumbyoutube.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://thumbyoutube.com
सहायता पृष्ठ URL https://thumbyoutube.com/en#help
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.4",
    "author": "ThumbYoutube.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "permissions": [
        "tabs"
    ]
}