Skip to content

Commit

Permalink
up playercore
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmvip committed Jun 16, 2020
1 parent b12661d commit 0badfd8
Show file tree
Hide file tree
Showing 5 changed files with 52,417 additions and 52,606 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ thanks to https://github.com/truedread/netflix-1080p
**My modified version can only work on Windows 10 64-bit, MicrosoftEdge(Chromium core)**

*This extension of MicrosoftEdge (Chromium core) implements the following function*
1, MAX 4Khttps://help.netflix.com/zh-tw/node/13444
1, MAX 4K https://help.netflix.com/zh-tw/node/13444
2, DDplus audio
3, all languages (audio and sub,if any)
4, use avchigh not avc


-------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
chrome.webRequest.onBeforeRequest.addListener(
function(details) {
return {
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0023.702.031.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0023.807.031.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit 0badfd8

Please sign in to comment.