Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Netflix 1080p",
"description": "Forces 1080p and 5.1 playback for Netflix as well as other QoL improvements.",
"version": "1.33.0",
"author": "jangxx (original by truedread)",
"action": {
"default_icon": "img\/icon128.png"
},
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/assets.nflxext.com\/player\/html\/ffe\/*",
"*:\/\/*.a.nflxso.net\/sec\/player\/html\/ffe\/*",
"*:\/\/netflix.com\/*",
"*:\/\/www.netflix.com\/*",
"*:\/\/assets.nflxext.com\/*\/ffe\/player\/html\/*"
],
"all_frames": true,
"css": [
"style_fix.css"
],
"js": [
"content_script.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "pages\/options.html",
"open_in_tab": false
},
"web_accessible_resources": [
{
"resources": [
"netflix_max_bitrate.js",
"cadmium-playercore-6.0052.717.911-patched.js"
],
"matches": [
"*:\/\/www.netflix.com\/*"
]
}
],
"permissions": [
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/assets.nflxext.com\/player\/html\/ffe\/*",
"*:\/\/*.a.nflxso.net\/sec\/player\/html\/ffe\/*",
"*:\/\/netflix.com\/*",
"*:\/\/www.netflix.com\/*",
"*:\/\/assets.nflxext.com\/*\/ffe\/player\/html\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "redirect_to_patched",
"enabled": true,
"path": "redirect_rules.json"
}
]
}
}