Starting from scratch
As you all know the development on the extension stopped a while ago due to the lack of free time on my part to dedicate to this hobby, however I've never gave up on the extension.
After reflecting on what to do next I've decided to drop Userscript and Chrome versions in order to facilitate the process of manipulating the YouTube source code through a far easier method than my previous method.
Unfortunately the API required for this method to work (webRequest.filterResponseData()
) is only available in Firefox, Chrome appears to have decided to not implement it. It is only for this reason Chrome no longer has any support.
As a result of this change developing and maintaining the extension will be far easier and lighter when considering that there were times it took months to find a way to restore the video auto play feature after YouTube changed their code, for example.
Other good news is since the extension is no longer required to abide by Google's T&C features that could not be implemented before can be implemented now, such as video download.
This release is very light, it only comes with three features at the moment since I believe it would be better to have few new functioning features released whenever they are ready instead of waiting for the whole product to be completed.
With that said, every future release should include a new feature until the feature list is completely implemented.
This version was increased in its major number to give leeway for the previous version to be worked on if it ever needed to be. There are no plans for that though, it is just a precaution and helps differentiate this version refactor from the previous barely functioning version.
I appreciate all the people that have helped and encouraged me to keep developing, it is always a valuable gesture to receive.