Pop-up Youtube/Twitch video to standalone window.
========================
NOTE:
1. PLEASE report issue here: https://github.com/ettoolong/PopupVideo/issues
Don't left any bug report or function requirement at review comment, Thanks.
========================
This add-on is porting from Popup Video(https://addons.mozilla.org/zh-TW/firefox/addon/popup-video/)
Because of the WebExtension API limitations, I removed the below functions:
2. Set pop-up window resizable (all windows are resizable)
3. Set pop-up window always top
Usage:
1. Right click on Yotube video link, click [Popup video window] to popup video window.
2. Mouse over Youtube thumbnail, click the [Popup video window] icon to popup video window.
3. Open pop-up window by other add-on,
for example: Foxy Gestures(https://addons.mozilla.org/zh-TW/firefox/addon/foxy-gestures/)
browser.runtime.sendMessage('PopupVideoWebExt@ettoolong',
{
action: 'launchVideo',
url: data.element.linkHref
}).then();
- License: MIT License
- Weekly downloads: 50
- Average daily users: 1038
- Rating: 4.4/5 of 45 ratings
- Created: 2017-10-14 11:20:40
- Last updated: 2019-09-13 08:40:09
- Homepage: https://github.com/ettoolong/PopupVideo
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/popup-video-webextension/
- API: PopupVideoWebExt@ettoolong