Skip to content

Releases: BRAiNCHiLD95/media-share-play

The UVPC is here! (DEPLOYED PUBLICLY)

25 Nov 15:18
Compare
Choose a tag to compare

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).

Changelog
  • c13823b - [v1.5.0] - Changed the playbackRate caching/storing logic
  • 08a5608 - [v1.4.1] Icon Refresh - went for a dark-ish theme

Beta Release: Added Chrome Storage API

18 Nov 08:57
Compare
Choose a tag to compare

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

Changelog
  • 11831a9 [v1.4.0] - Added Chrome Storage API access
  • 80ea812 Added a box-shadow to the video controller div

Beta Release: Deployed to Chrome Web Store

15 Nov 18:51
Compare
Choose a tag to compare

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

13 Nov 15:40
Compare
Choose a tag to compare

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)

12 Nov 19:52
Compare
Choose a tag to compare

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.

Changelog
  • a4b2c6a [v1.1.0] Re-imagined the concept, and got a prototype ready
  • 8d0762c Milestone 1
  • 3547bff First Commit