Yt-dl
Download video and audio from youtube
什么是Yt-dl?
Yt-dl是由gael开发的Chrome扩展程序,该扩展的主要功能是“Download video and audio from youtube”。
扩展截图
下载Yt-dl扩展crx文件
下载Yt-dl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | gccifhplaedickonplemkdbmnfngpfin |
官方URL | https://chrome.google.com/webstore/detail/yt-dl/gccifhplaedickonplemkdbmnfngpfin |
简介 | Download video and audio from youtube |
文件大小 | 74.27 KB |
安装次数 | 109 |
当前版本 | 0.5 |
更新时间 | 2014-11-27 |
上架时间 | 2014-11-27 |
评分 | 1.33/5 共3次评分 |
开发者 | gael |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yt-dl", "version": "0.5", "description": "Download video and audio from youtube", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "ui.js", "downloader.js" ] } ], "permissions": [ "http:\/\/shinkyo.ovh\/*" ], "web_accessible_resources": [ "wait.gif", "download-video.png", "download-audio.png" ], "manifest_version": 2 } |