You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the extension specifically only searches for YouTube links. As such, even if a video/music player is on Vimeo or DailyMotion or any other video streaming platform, they are ignored. Add support so those additional links can be added into the functionality of the extension.
Requires modifying "permissions" in the manifest for cross-site scripting for the new platforms
Requires refactoring code to make it generalizable (so it doesn't just work on youtube links, i.e. getting the current timestamp we're at in the video)
The text was updated successfully, but these errors were encountered:
kingsman142
changed the title
Provide support for non-YouTube links/bookmarks
Provide support for Vimeo and DailyMotion links/bookmarks
Mar 16, 2020
Currently, the extension specifically only searches for YouTube links. As such, even if a video/music player is on Vimeo or DailyMotion or any other video streaming platform, they are ignored. Add support so those additional links can be added into the functionality of the extension.
The text was updated successfully, but these errors were encountered: