Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo là gì?
Download thumbnail images of youtube/vimeo là một tiện ích mở rộng Chrome được phát triển bởi http://youtube-thumbnail-grabber.com, và tính năng chính của nó là "Download thumbnail images of youtube/vimeo".
Ả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 Download thumbnail images of youtube/vimeo
Tải xuống các tệp mở rộng Download thumbnail images of youtube/vimeo 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
** Please note that this is not a youtube video downloader** Download thumbnails image of youtube, vimeo sites. Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
Mô tả | Download thumbnail images of youtube/vimeo |
Kích Thước Tệp | 49.08 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 6.4.1 |
Cập Nhật Lần Cuối | 2020-05-09 |
Ngày Phát Hành | 2020-05-09 |
Đánh Giá | 4.31/5 Tổng số 531 Đánh Giá |
Nhà Phát Triển | http://youtube-thumbnail-grabber.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.youtube-thumbnail-grabber.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "name": "Download thumbnail images of youtube\/vimeo", "description": "Download thumbnail images of youtube\/vimeo", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Save youtube,vimeo thumbnail image", "default_popup": "popup.html", "default_icon": { "16": "1.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG" ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "manifest_version": 2 } |