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 là gì?

Get YouTube Video Thumbnail là một tiện ích mở rộng Chrome được phát triển bởi http://thumbyoutube.com, và tính năng chính của nó là "This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get YouTube Video Thumbnail

Tải xuống các tệp mở rộng Get YouTube Video Thumbnail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get YouTube Video Thumbnail Get YouTube Video Thumbnail
ID ljabkdmlbjclkpbjodeoohgfbachnpcn
URL Chính Thức https://chrome.google.com/webstore/detail/get-youtube-video-thumbna/ljabkdmlbjclkpbjodeoohgfbachnpcn
Mô tả This extension allows you to download Thumbs in various resolutions of any YouTube video just by inserting the video's Url.
Kích Thước Tệp 22.33 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-08-28
Ngày Phát Hành 2020-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://thumbyoutube.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thumbyoutube.com
URL Trang Trợ Giúp https://thumbyoutube.com/en#help
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}