Releases: BRAiNCHiLD95/media-share-play
The UVPC is here! (DEPLOYED PUBLICLY)
So I feel now that the extension is ready to be publicly deployed to the chrome store. It works exactly the way it should for currently supported OTTs (Netflix, Hotstar, Amazon Prime Video).
Beta Release: Added Chrome Storage API
Added the ability to store and sync the last used playback speed across all synced devices with support for chrome extensions.
Got rid of the console.log's used while testing port connectivity between background.js & content.js
Beta Release: Deployed to Chrome Web Store
Published this bare minimum package to the chrome web store as an extension
Currently supports - Netflix, Prime Video and Hotstar.
Link : https://chrome.google.com/webstore/detail/ultimate-video-playback-c/baamojjlooienhddiihkfbobbkfjgnin
Changelog
- 15aa3d6 Updating before publishing to Chrome Store
- bd0121e [v1.3.0] - Fixed some small goofups
- 62a4934 [v1.3.0] - Added support for Hotstar
- 93f05e9 Added web_accessible_resources for the cogs icon
- 8d9ca91 Improved the popup UI with better icons and minor tweaks
- 9d2d7ab Replaced the fa fa-cogs with a cogs.svg
- a2045cc A screenshot of the popup screen a la v1.2.0
- 782eb50 Updated README with a screenshot of popup
Alpha Build - Added support for Amazon Prime Video
Added support for Amazon Prime Video
Changelog
- a2045cc 782eb50 Added a screenshot of the popup page to the repo & README
- d1c1d75 [v1.2.0] - Added Amazon Prime Video support
- 2ee390d Added support for injecting the Amazon Prime Video controller
- 7226eee Improved JSDocs, and Prettier
- 34ef41f Added the github mark icons to the images folder & used the light icon for popup page
- 5124e8e Designed (lol) a UI for the extension's popup page
- 360f0df Updated the README with license badge and a more accurate description with task list
- d1d8ac4 Added a prettier conf file, and it changed every file a little bit.
Base Prototype (with partial Netflix support)
This is the very first release.
After spending days trying to figure out a way to accomplish Message Passing in a long-lived connection, I finally managed to get partial Netflix support.