Better Netflix

Adds various features to Netflix like support for ultrawide displays (21:9 aspect ratio).

Better Netflix là gì?

Better Netflix là một tiện ích mở rộng Chrome được phát triển bởi Konstantin Müller, và tính năng chính của nó là "Adds various features to Netflix like support for ultrawide displays (21:9 aspect ratio).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Netflix

Tải xuống các tệp mở rộng Better Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "Better Netflix" adds the following features to Netflix:

- Ultrawide display support (21:9 aspect ratio) [To 21:9: '.', to 16:9: ',']
- Zoom in and out of the video [Zoom in: '+', zoom out: '-']
- Show the elapsed time of the video
- Disable mouse movement [Disable: 'd', enable: 'e' or 'Esc']
- Statistics [Toggle: 'q']
- Use the mouse wheel to change the volume
- Button to pick a random video of the Netflix list
- Buttons to search for movies or series on IMDb
- Toggle english subtitles [Toggle: 'v'] (Currently only for english or german Netflix. The language for your Netflix profile can be configured at the "Manage Profiles"-page)
- Button to enable picture in picture mode
- Automatically skip intros

"Better Netflix" provides the keyboard shortcuts specified in [ ]-brackets of the list above.
Use the h button on a video page to show a help message with available keyboard shortcuts.



"Better Netflix" does not collect your data and is completely free and open source. Source code: https://gitlab.com/konstantin-mueller/better-netflix

If you would like to support the development of this extension: https://paypal.me/betternetflix                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Netflix Better Netflix
ID lgaajejckkabgbineealeijjlffiigah
URL Chính Thức https://chromewebstore.google.com/detail/better-netflix/lgaajejckkabgbineealeijjlffiigah
Mô tả Adds various features to Netflix like support for ultrawide displays (21:9 aspect ratio).
Kích Thước Tệp 22.82 KB
Số Lần Cài Đặt 8,403
Phiên Bản Hiện Tại 1.8.6
Cập Nhật Lần Cuối 2022-12-29
Ngày Phát Hành 2019-09-09
Đánh Giá 4.09/5 Tổng số 47 Đánh Giá
Nhà Phát Triển Konstantin Müller
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Netflix",
    "version": "1.8.6",
    "author": "Konstantin M\u00fcller",
    "description": "Adds various features to Netflix like support for ultrawide displays (21:9 aspect ratio).",
    "icons": {
        "48": "resources\/icon.png",
        "96": "resources\/icon.png",
        "128": "resources\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ]
}