Youtube Thumbnail Downloader

A chrome extension by Jay Alto

Youtube Thumbnail Downloader क्या है?

Youtube Thumbnail Downloader https://www.thumbnail.guide द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension by Jay Alto"।

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

screenshot
screenshot
screenshot

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

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

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

                        Ever wanted to quickly download a Youtube thumbnail to review or share?

Well, now you can in a single click.

Copying Video ID's, opening up separate websites, renaming the file, managing plugins takes too much time.

The Youtube Thumbnail Downloader lets you download a videos thumbnail in a single click, automatically naming the file with the video title and channel name.                    

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

नाम Youtube Thumbnail Downloader Youtube Thumbnail Downloader
ID neefidmpdnfbfkhfakphalpmdiddbkgh
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-thumbnail-downloa/neefidmpdnfbfkhfakphalpmdiddbkgh
विवरण A chrome extension by Jay Alto
फ़ाइल का आकार 222 KB
स्थापना संख्या 2,664
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2022-06-25
प्रकाशन तिथि 2022-04-14
रेटिंग 4.00/5 कुल 12 रेटिंग्स
डेवलपर https://www.thumbnail.guide
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension by Jay Alto",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "Youtube Thumbnail Downloader",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mail.svg",
                "twitter.svg",
                "popup.html",
                "download-dark.png",
                "download-light.png",
                "downloadScript.bundle.js",
                "showUiScript.bundle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}