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
官方網址 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"
    ]
}