Youtube Image Downloader
Download and save background image from the currently playing youtube video. Simple one-click process.
Youtube Image Downloaderคืออะไร?
Youtube Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Download and save background image from the currently playing youtube video. Simple one-click process."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to download that beautiful background image that would linger while you listened to a music video on youtube? Tired of asking or navigating to links in the description for the image? Well look no further than this simple one-click tool that does the job for you! Just play the youtube video that has the background image you wanted and click on the Youtube Image Downloader chrome extension icon, and that's it! The image will immediately start downloading.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Image Downloader |
ID | bjchdihmmgfbfheblpmfpaojmjchdioi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi |
คำอธิบาย | Download and save background image from the currently playing youtube video. Simple one-click process. |
ขนาดไฟล์ | 9.79 KB |
จำนวนการติดตั้ง | 7,109 |
เวอร์ชันปัจจุบัน | 0.15 |
อัปเดตครั้งล่าสุด | 2017-12-27 |
วันที่เผยแพร่ | 2017-12-26 |
คะแนน | 3.74/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Image Downloader", "short_name": "YID", "description": "Download and save background image from the currently playing youtube video. Simple one-click process.", "version": "0.15", "browser_action": { "default_icon": "icon19.png", "default_title": "Youtube Image Downloader" }, "icons": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "downloads", "*:\/\/img.youtube.com\/*" ], "manifest_version": 2 } |