ettoolong / PopupVideo

Firefox add-on, popup Youtube video to standalone window.
MIT License
16 stars 1 forks source link

Always on Top #4

Open maverick74 opened 6 years ago

maverick74 commented 6 years ago

It is stated that "because of the WebExtension API limitations, I removed the below functions: ...

  1. Set pop-up window always top"

However Mozilla's experiment Min-Vid ( https://github.com/meandavejustice/min-vid ) does support the feature (which is very handy!!!)

can't it be adapted to PopupVideo?

ettoolong commented 6 years ago

Min-Vid is a test pilot project, support by Mozilla. It's a jetpack add-on with embedded WebExtension. In fact, Mozilla still allow test pilot project use jetpack but not for other add-on developer.

You are not the first person to make this request, I hope Firefox can add this feature to their WebExtension API.

We can request a new WebExtensions API and waiting for WebExtension team evaluation it. I REALLY need WebExtension support this feature for my add-on.

Thanks for your feedback.

Riajyuu commented 6 years ago

@ettoolong Hi, I've a hacky solution here if you don't mind trying: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging

If you have an external program installed by users (you can distribute this via GitHub Release), it should be doable.

Specifically, send video windowID to the target program and pin it with Windows API

hardcorp74 commented 6 years ago

Did you have any updates about this feature? Always on Top? This is great addon thanks

ettoolong commented 6 years ago

@HarDX Sorry, no any update at this moment. It is still a limitation of the WebExtension API. :(

ettoolong commented 5 years ago

FYI: Firefox 68: Picture in Picture mode for Video

My another extension (with Chrome PIP API). If Firefox provide PIP API, I can migrate it to Firefox.