Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeoคืออะไร?
Download thumbnail images of youtube/vimeo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://youtube-thumbnail-grabber.com และคุณลักษณะหลักของมันคือ "Download thumbnail images of youtube/vimeo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download thumbnail images of youtube/vimeo
ดาวน์โหลดไฟล์ส่วนขยาย Download thumbnail images of youtube/vimeo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
คำอธิบาย | Download thumbnail images of youtube/vimeo |
ขนาดไฟล์ | 49.08 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 6.4.1 |
อัปเดตครั้งล่าสุด | 2020-05-09 |
วันที่เผยแพร่ | 2020-05-09 |
คะแนน | 4.31/5 รวมทั้งหมด 531 คะแนน |
ผู้พัฒนา | http://youtube-thumbnail-grabber.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.youtube-thumbnail-grabber.com |
ภาษาที่รองรับ | 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 } |