Allows Netflix 4K playback on lower resolution displays.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Netflix 4K",
"description": "Allows Netflix 4K playback on lower resolution displays.",
"version": "0.1",
"author": "Retr0id",
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"cadmium-playercore-shim.js"
],
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*://assets.nflxext.com/*/ffe/player/html/*",
"*://www.assets.nflxext.com/*/ffe/player/html/*",
"*://netflix.com/*",
"*://www.netflix.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}