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 |
官方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 } |