Releases: truedread/netflix-1080p
v1.10 - Fix for new player
v1.9 - Channel Audio Labelling
- Now labels the amount of channels an audio track has in the track selection menu
v1.8 - AAC 5.1 support
Changelog
- Added support for AAC 5.1 playback
- Code style fixes
v1.6 - Chrome extension policy update
No new functional changes this release, just some aesthetic additions to make the extension compliant in regards to the Chrome Web Store policy.
1.4.9 Beta
1.4 fix has been applied to the beta branch. Please note that loading will be slower on the beta branch, as a manifest is acquired twice.
1.4
Netflix is now streaming VP9 and AVC-High to Chrome, so measures were taken to force the older high bitrate main AVC profiles. The profile forcing method is now a tiny bit different; instead of a two-line modification of existing profile arrays, I'm now creating my own profile array called customProfiles
and using that for manifest requests so I don't have to meddle with obfuscated JavaScript anymore.
1.3
1.2.9 Beta
Added Edge manifest acquisition to address issue #2. Please note that this is a beta release, so it's not entirely stable. I've noticed sometimes the manifest acquisition can break and playback will fail, requiring a refresh. Also note that loading will take a second or two longer since it has to get an extra manifest for 1080p links.