NessDan's YouTube Thumbnail Downloader

Download YouTube video thumbnails

What is NessDan's YouTube Thumbnail Downloader?

NessDan's YouTube Thumbnail Downloader is a Chrome extension developed by daniel.kaspo, and its main feature is "Download YouTube video thumbnails".

Extension Screenshots

screenshot
screenshot

Download NessDan's YouTube Thumbnail Downloader Extension CRX File

Download NessDan's YouTube Thumbnail 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

                        Download YouTube Thumbnails quickly and easily!

* Just right-click any YouTube page or link!
* No annoying ads!
* No weird permissions required!
* Simple!                    

Extension Basic Information

Name NessDan's YouTube Thumbnail Downloader NessDan's YouTube Thumbnail Downloader
ID plngolgielfjikccimmlciadbccpenom
Official URL https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom
Description Download YouTube video thumbnails
File Size 8.53 KB
Installation Count 54
Current Version 1.3
Last Updated 2023-09-26
Publish Date 2023-09-14
Rating 5.00/5 Total 2 Ratings
Developer daniel.kaspo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NessDan's YouTube Thumbnail Downloader",
    "version": "1.3",
    "description": "Download YouTube video thumbnails",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/img.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}