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