YT Thumbnail Downloader
Download thumbnail images of youtube videos
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 Rovalty, và tính năng chính của nó là "Download thumbnail images of youtube videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free youtube 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://www.saxsos.xyz/p/policy-privacy-policy.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YT Thumbnail Downloader |
ID | akfikgmhbajiaekdbgchbmhkceclncda |
URL Chính Thức | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda |
Mô tả | Download thumbnail images of youtube videos |
Kích Thước Tệp | 58.71 KB |
Số Lần Cài Đặt | 2,404 |
Phiên Bản Hiện Tại | 3.5.4 |
Cập Nhật Lần Cuối | 2020-05-09 |
Ngày Phát Hành | 2020-05-09 |
Đánh Giá | 3.97/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | Rovalty |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.saxsos.xyz/ |
URL Trang Trợ Giúp | https://www.saxsos.xyz/p/contact-us.html |
URL Trang Chính Sách Bảo Mật | https://www.saxsos.xyz/p/policy-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "name": "YT Thumbnail Downloader", "description": "Download thumbnail images of youtube videos", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "YT Thumbnail Downloader", "default_popup": "popup.html", "default_icon": { "128": "img\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "*.png", "*.PNG", "*.JPG" ], "permissions": [ "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |