Yt-dl
Download video and audio from youtube
What is Yt-dl?
Yt-dl is a Chrome extension developed by gael, and its main feature is "Download video and audio from youtube".
Extension Screenshots
Download Yt-dl Extension CRX File
Download Yt-dl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | gccifhplaedickonplemkdbmnfngpfin |
Official URL | https://chrome.google.com/webstore/detail/yt-dl/gccifhplaedickonplemkdbmnfngpfin |
Description | Download video and audio from youtube |
File Size | 74.27 KB |
Installation Count | 109 |
Current Version | 0.5 |
Last Updated | 2014-11-27 |
Publish Date | 2014-11-27 |
Rating | 1.33/5 Total 3 Ratings |
Developer | gael |
Payment Type | free |
Supported Languages | 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 } |