Youtube MP3 Downloader

Youtube mp3 download0

当前为 2015-01-28 提交的版本,查看 最新版本

// ==UserScript==
// @name         Youtube MP3 Downloader
// @namespace    http://youtubemp3.comoj.com
// @version      1.0
// @description  Youtube mp3 download0
// @author       r0ckc3
// @grant        none
// @require     https://code.jquery.com/jquery-1.11.2.min.js
// @include 		http://youtube.com/*
// @include 		http://www.youtube.com/*
// @include 		https://youtube.com/*
// @include 		https://www.youtube.com/*
// ==/UserScript==

$(document).ready(function(){
    $("#watch8-secondary-actions").append('<div id="Downloadmp3" style="float: left;padding-top: 8px;opacity: 0.8;"><a href="http://youtubemp3.comoj.com/userscript/index.php?youtube='+window.location.href+'" id="downloadmp3link">Download Mp3</a></div>');
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址