Download thumbnail images of youtube/vimeo

Download thumbnail images of youtube/vimeo

Download thumbnail images of youtube/vimeo क्या है?

Download thumbnail images of youtube/vimeo http://youtube-thumbnail-grabber.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download thumbnail images of youtube/vimeo"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Download thumbnail images of youtube/vimeo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        ** Please note that this is not a youtube video downloader**

Download thumbnails image of youtube, vimeo sites.

Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images                    

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

नाम Download thumbnail images of youtube/vimeo Download thumbnail images of youtube/vimeo
ID gcdfmaggdilgcopoipaglabdejakibdf
आधिकारिक URL https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf
विवरण Download thumbnail images of youtube/vimeo
फ़ाइल का आकार 49.08 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 6.4.1
अंतिम अपडेट 2020-05-09
प्रकाशन तिथि 2020-05-09
रेटिंग 4.31/5 कुल 531 रेटिंग्स
डेवलपर http://youtube-thumbnail-grabber.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.youtube-thumbnail-grabber.com
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Download thumbnail images of youtube\/vimeo",
    "description": "Download thumbnail images of youtube\/vimeo",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.4.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Save youtube,vimeo thumbnail image",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 2
}