Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

What is Youtube Tumbnail Downloader?

Youtube Tumbnail Downloader is a Chrome extension developed by Yohan Rathnayaka, and its main feature is "Youtube Tumbnail Downloader".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Youtube Tumbnail Downloader Extension CRX File

Download Youtube Tumbnail Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

Extension Basic Information

Name Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
Official URL https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
Description Youtube Tumbnail Downloader
File Size 163 KB
Installation Count 102
Current Version 1.0
Last Updated 2021-02-23
Publish Date 2021-02-23
Rating 5.00/5 Total 1 Ratings
Developer Yohan Rathnayaka
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}