Get YouTube Video Thumbnail

This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.

什么是Get YouTube Video Thumbnail?

Get YouTube Video Thumbnail是由http://thumbyoutube.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Get YouTube Video Thumbnail扩展crx文件

下载Get YouTube Video Thumbnail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get YouTube Video Thumbnail in various Resolutions

Questions about Youtube Thumbs

Why do some Thumbs appear in a not found format? 
When the thumb appears in this format, it means that it is not available in this resolution, that is, it does not exist.

What does ThumbYoutube.com do?
The aim of the ThumbYoutube.com website is to make your life easier when you need the thumb of a specific video, whether the thumb is in high quality or in SD, our website shows all the thumbs available for the video you choose.

How does the Thumb Youtube Tool work?
Our tool only shows you the thumbs available from the url video that you filled in the box up there, all the images that are shown here, they are from the video and are owned by Youtube.

How to get a Thumb from a specific moment in the video?
No, our tool only shows the thumbs that Youtube itself has made available, in this case you will have to get the thumbs in another way.

What is the purpose of this Thumbs tool?
The purpose of the site is to make it easy for you to view or save the Thumbs of a particular video, for example, you can use the Thumbs to put in a blog article ... There are several possibilities.                    

扩展基本信息

名称 Get YouTube Video Thumbnail Get YouTube Video Thumbnail
ID ljabkdmlbjclkpbjodeoohgfbachnpcn
官方URL https://chrome.google.com/webstore/detail/get-youtube-video-thumbna/ljabkdmlbjclkpbjodeoohgfbachnpcn
简介 This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.
文件大小 22.33 KB
安装次数 24
当前版本 1.4
更新时间 2020-08-28
上架时间 2020-08-26
评分 5.00/5 共1次评分
开发者 http://thumbyoutube.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://thumbyoutube.com
帮助页面URL https://thumbyoutube.com/en#help
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.4",
    "author": "ThumbYoutube.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "permissions": [
        "tabs"
    ]
}