lowpro.fb7gmail.com / Ace Cast

// ==UserScript==
// @name        Ace Cast
// @namespace   acestream
// @author      Ace Stream
// @homepageURL http://awe.acestream.me/scripts/acestream/Ace_Cast
// @description Cast to any player from popular video hostings
// @version     0.21
// @grant       GM_log
// @grant       GM_getResourceText
// @grant       GM_addStyle
// @grant       GM_xmlhttpRequest
// @grant       GM_getValue
// @grant       GM_setValue
// @grant       AWE_getLocale
// @grant       AWE_engineStatus
// @grant       AWE_getAvailablePlayers
// @grant       AWE_openInPlayer
// @grant       AWE_registerContextMenuCommand
// @grant       AWE_addToPlaylist
// @include     http://*.*/*
// @include     https://*.*/*
// @require     http://awe-static.acestream.me/userscripts/ace-cast/awe-proxy-light.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/script_map.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/vendor/jquery/jquery-1.12.4.min.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/lib/ts/core.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/lib/ts/jquery_wrapper.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/lib/ts/jsplayer.min.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/vendor/clipboard.min.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/vendor/mdl/checkbox.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/vk.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/twitch.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/youtube.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/livestream.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/ustream.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/facebook.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/handlers/periscope.js?v=0.21
// @require     http://awe-static.acestream.me/userscripts/ace-cast/userscript_source.js?v=0.21
// @resource    css_common http://awe-static.acestream.me/userscripts/ace-cast/css/common.css?v=0.21
// @resource    css_detach_player http://awe-static.acestream.me/userscripts/ace-cast/css/detach-player.css?v=0.21
// @resource    css_tooltip http://awe-static.acestream.me/userscripts/ace-cast/css/tooltip.css?v=0.21
// @resource    css_popup http://awe-static.acestream.me/userscripts/ace-cast/css/popup.css?v=0.21
// @resource    css_popup_share http://awe-static.acestream.me/userscripts/ace-cast/css/popup_share.css?v=0.21
// @resource    css_popup_playlist_add http://awe-static.acestream.me/userscripts/ace-cast/css/popup_playlist_add.css?v=0.21
// @resource    css_popup_select_player http://awe-static.acestream.me/userscripts/ace-cast/css/popup_select_player.css?v=0.21
// @resource    css_popup_missing_engine http://awe-static.acestream.me/userscripts/ace-cast/css/popup_missing_engine.css?v=0.21
// @resource    html_popup_share http://awe-static.acestream.me/userscripts/ace-cast/html/popup_share.html?v=0.21
// @resource    html_popup_playlist_add http://awe-static.acestream.me/userscripts/ace-cast/html/popup_playlist_add.html?v=0.21
// @resource    html_popup_select_player http://awe-static.acestream.me/userscripts/ace-cast/html/popup_select_player.html?v=0.21
// @resource    html_popup_missing_engine http://awe-static.acestream.me/userscripts/ace-cast/html/popup_missing_engine.html?v=0.21
// @resource    json_lang_en http://awe-static.acestream.me/userscripts/ace-cast/lang/lang.en.json?v=0.21
// @resource    json_lang_ru http://awe-static.acestream.me/userscripts/ace-cast/lang/lang.ru.json?v=0.21
// ==/UserScript==