Youtube™ Thumbnail Preview

View youtube thumbnails with a single click.

What is Youtube™ Thumbnail Preview?

Youtube™ Thumbnail Preview is a Chrome extension developed by James_Hynes, and its main feature is "View youtube thumbnails with a single click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Youtube™ Thumbnail Preview Extension CRX File

Download Youtube™ Thumbnail Preview 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

                        Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.                    

Extension Basic Information

Name Youtube™ Thumbnail Preview Youtube™ Thumbnail Preview
ID nbpcbacmemknaffckhckoaophpnmdchb
Official URL https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb
Description View youtube thumbnails with a single click.
File Size 95.76 KB
Installation Count 7,529
Current Version 1.5.2
Last Updated 2022-06-25
Publish Date 2018-03-20
Rating 4.43/5 Total 30 Ratings
Developer James_Hynes
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube\u2122 Thumbnail Preview",
    "description": "View youtube thumbnails with a single click.",
    "version": "1.5.2",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png",
        "default_title": "Show thumbnail"
    },
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    }
}