WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
New Netflix 1080p

New Netflix 1080p

View on Chrome Web Store
View New Netflix 1080p Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (85 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Forces 1080p and 5.1 playback for Netflix as well as other QoL improvements.
Type
Extension
Users
20,000 users
10K
jangxx
View author page of jangxx
Published
Published on April 17, 2024
Version 1.33.0
Manifest version
3
Updated
Updated on September 27, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View New Netflix 1080p Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            }
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top