Netflix - higher quality

Forces 1080p playback for Netflix.

Netflix - higher qualityとは何ですか?

Netflix - higher qualityはStreaming Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Forces 1080p playback for Netflix.」です。

拡張機能のスクリーンショット

screenshot

Netflix - higher quality拡張機能のCRXファイルをダウンロード

Netflix - higher quality拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The maximum resolution Netflix plays on Chrome is 720p.

This extension forces the resolution to 1080p so you can have a High Definition experience.

Changelog:

Version 1.21, 18.01.2022
With the latest update we fixed the issues caused by Netflix Player update. Now you can watch videos on Netflix with the highest possible quality. All you need to do is to install the extension and if you want to check the resolution of the video just click on the extension icon. Enjoy your favorite shows at best quality!

Disclaimer : Netflix is a trademark of Netflix, Inc.. This extension hold no association or affiliation with Netflix or any third-party companies.                    

拡張機能の基本情報

名前 Netflix - higher quality Netflix - higher quality
ID ddkenfgnfafbehbhhgiefajgekocfcbj
公式URL https://chromewebstore.google.com/detail/netflix-higher-quality/ddkenfgnfafbehbhhgiefajgekocfcbj
説明 Forces 1080p playback for Netflix.
ファイルサイズ 1.64 MB
インストール数 10,000
現在のバージョン 2.0.39
最終更新日 2024-03-04
公開日 2018-06-14
評価 2.83/5 合計 115 レビュー
開発者 Streaming Extensions
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.vodextended.com/privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix - higher quality",
    "short_name": "Netflix HQ",
    "description": "Forces 1080p playback for Netflix.",
    "version": "2.0.39",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/assets.nflxext.com\/*\/ffe\/player\/html\/*",
                "*:\/\/www.assets.nflxext.com\/*\/ffe\/player\/html\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/www.netflix.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "netflix.min.js"
            ]
        },
        {
            "js": [
                "amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "hbomax.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.max.com\/*"
            ],
            "js": [
                "max.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ],
            "js": [
                "paramount.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "disney.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.peacocktv.com\/*"
            ],
            "js": [
                "peacock.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "hulu.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.apple.com\/*"
            ],
            "js": [
                "appletv.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tubitv.com\/*"
            ],
            "js": [
                "tubi.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "crunchyroll.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/assets.nflxext.com\/*\/ffe\/player\/html\/*",
        "*:\/\/www.assets.nflxext.com\/*\/ffe\/player\/html\/*",
        "*:\/\/netflix.com\/watch\/*",
        "*:\/\/www.netflix.com\/watch\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/netflix_hq_128.png"
    },
    "action": {
        "default_icon": "icons\/netflix_hq_128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "requests_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "netflix_max_bitrate.js",
                "cadmium-playercore-6.0033.414.911-1080p.js",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ]
}