Popup Video(WebExtension) 제작자: Ett Chung
Popup Youtube/Twitch video to standalone window.
사용자 806명사용자 806명
확장 메타 데이터
스크린샷
정보
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();
========================
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();
49명이 4.3점으로 평가함
권한 및 데이터
필수 권한:
- 브라우저 탭에 접근
- youtube.com 도메인의 사이트에서 사용자의 데이터에 접근
- twitch.tv 도메인의 사이트에서 사용자의 데이터에 접근
- dailymotion.com 도메인의 사이트에서 사용자의 데이터에 접근
- vimeo.com 도메인의 사이트에서 사용자의 데이터에 접근
- player.vimeo.com에서 사용자의 데이터에 접근
추가 정보