YouTube Thumbnail Grabber

Get thumbnails of YouTube videos, made by FeriVOQ

What is YouTube Thumbnail Grabber?

YouTube Thumbnail Grabber is a Chrome extension developed by ferivoq, and its main feature is "Get thumbnails of YouTube videos, made by FeriVOQ".

Extension Screenshots

screenshot

Download YouTube Thumbnail Grabber Extension CRX File

Download YouTube Thumbnail Grabber 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

                        Introducing our Youtube Thumbnail Grabber Chrome Extension! This handy tool lets you easily extract high-quality thumbnails from any YouTube video in just a few clicks. Whether you're a content creator looking to optimize your video previews or simply someone who wants to save a favorite thumbnail for future reference, our extension is the perfect solution.

With our thumbnail grabber, you can save time and hassle by avoiding the need to take screenshots or use third-party tools. The extension works seamlessly within your Chrome browser, so you can grab thumbnails without ever leaving the YouTube page. Plus, the interface is intuitive and user-friendly, making it easy for anyone to use.

In addition to its convenience, our thumbnail grabber also delivers top-notch quality. You can expect crisp, clear images with accurate color and detail, perfect for showcasing your videos on social media or other platforms. Best of all, our extension is completely free to use, with no hidden fees or subscriptions.                    

Extension Basic Information

Name YouTube Thumbnail Grabber YouTube Thumbnail Grabber
ID hpbdojgebckgdhlalpoiookkdmijeika
Official URL https://chromewebstore.google.com/detail/youtube-thumbnail-grabber/hpbdojgebckgdhlalpoiookkdmijeika
Description Get thumbnails of YouTube videos, made by FeriVOQ
File Size 17.8 KB
Installation Count 209
Current Version 1.0
Last Updated 2023-05-02
Publish Date 2023-05-01
Rating 5.00/5 Total 2 Ratings
Developer ferivoq
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Thumbnail Grabber",
    "version": "1.0",
    "description": "Get thumbnails of YouTube videos, made by FeriVOQ",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "downloads"
    ],
    "action": {
        "default_popup": "files\/popup.html",
        "matches": [
            "https:\/\/www.youtube.com\/*"
        ],
        "default_title": "YouTube Thumbnail Grabber",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "files\/popup.js"
            ]
        }
    ]
}