View Youtube™ Thumbnail

Right click on a Youtube™ thumbnail to open it in its full size.

What is View Youtube™ Thumbnail?

View Youtube™ Thumbnail is a Chrome extension developed by Daniel Bingham, and its main feature is "Right click on a Youtube™ thumbnail to open it in its full size.".

Extension Screenshots

screenshot

Download View Youtube™ Thumbnail Extension CRX File

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

                        This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.                    

Extension Basic Information

Name View Youtube™ Thumbnail View Youtube™ Thumbnail
ID ifeljkoeopnppmdlaofbgepbghddigpf
Official URL https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf
Description Right click on a Youtube™ thumbnail to open it in its full size.
File Size 8.07 KB
Installation Count 4,201
Current Version 1.2
Last Updated 2018-03-30
Publish Date 2018-03-29
Rating 4.19/5 Total 21 Ratings
Developer Daniel Bingham
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Youtube\u2122 Thumbnail",
    "version": "1.2",
    "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "YT Thumbnail"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.youtube.com\/*"
    ]
}