YT Thumbnail Downloader

Save YT Thumbnail in all Quality

YT Thumbnail Downloader là gì?

YT Thumbnail Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://y2saver.com, và tính năng chính của nó là "Save YT Thumbnail in all Quality".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng YT Thumbnail Downloader 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

                        Save Thumbnail images of YT videos

YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://y2saver.com/privacy-policy.html                    

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

Tên YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
URL Chính Thức https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
Mô tả Save YT Thumbnail in all Quality
Kích Thước Tệp 44.42 KB
Số Lần Cài Đặt 349
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-09-29
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://y2saver.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://y2saver.com
URL Trang Trợ Giúp https://y2saver.com/contact.html
URL Trang Chính Sách Bảo Mật https://y2saver.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "YT Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Save YT Thumbnail  in all Quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 2,
    "name": "YT Thumbnail Downloader",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1",
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ]
}