YouTube Images

This extension grabs a youtube video’s thumbnail images

What is YouTube Images?

YouTube Images is a Chrome extension developed by d.vanwinkle, and its main feature is "This extension grabs a youtube video’s thumbnail images".

Download YouTube Images Extension CRX File

Download YouTube Images 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 extension creates a popup window populated with YouTube thumbnail images for the video in the current YouTube browser tab, with two resolution options.                    

Extension Basic Information

Name YouTube Images YouTube Images
ID mkanekmnbjkmhcbffchijfclnlkddnmm
Official URL https://chrome.google.com/webstore/detail/youtube-images/mkanekmnbjkmhcbffchijfclnlkddnmm
Description This extension grabs a youtube video’s thumbnail images
File Size 82.58 KB
Installation Count 22
Current Version 0.1
Last Updated 2017-07-10
Publish Date 2017-07-10
Developer d.vanwinkle
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Images",
    "description": "This extension grabs a youtube video\u2019s thumbnail images",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}