YouTube Thumbnail Extractor

Easy and fast way to extract YouTube thumbnails.

What is YouTube Thumbnail Extractor?

YouTube Thumbnail Extractor is a Chrome extension developed by Synn Ko, and its main feature is "Easy and fast way to extract YouTube thumbnails.".

Extension Screenshots

screenshot

Download YouTube Thumbnail Extractor Extension CRX File

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

                        Use this extension to grab the thumbnails of the videos you're watching.                    

Extension Basic Information

Name YouTube Thumbnail Extractor YouTube Thumbnail Extractor
ID hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Official URL https://chromewebstore.google.com/detail/youtube-thumbnail-extract/hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Description Easy and fast way to extract YouTube thumbnails.
File Size 8.58 KB
Installation Count 265
Current Version 1.0
Last Updated 2019-04-08
Publish Date 2019-04-04
Rating 5.00/5 Total 2 Ratings
Developer Synn Ko
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Extractor",
    "version": "1.0",
    "description": "Easy and fast way to extract YouTube thumbnails.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}