Youtube Image Downloader
Download and save background image from the currently playing youtube video. Simple one-click process.
什麼是Youtube Image Downloader?
Youtube Image Downloader是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Download and save background image from the currently playing youtube video. Simple one-click process.”。
擴展截圖
下載Youtube Image Downloader擴展crx文件
下載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 |
官方網址 | 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 } |