Netflix Enhanced 2.0

Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...

Netflix Enhanced 2.0 là gì?

Netflix Enhanced 2.0 là một tiện ích mở rộng Chrome được phát triển bởi tabhibernation2.0, và tính năng chính của nó là "Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Netflix Enhanced 2.0 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

                        ⬇️️Easy to set up⬇️:

1. Install the extension.
2. Click on the extension icon to open the Netflix™ page in a new tab.
3. Change the extension’s behavior via an icon that is shown when hovering on the extension status icon.

✨Features ✨

1. Clicking on the extension status icon in a video player 🎥, disable/enable all extension features.
2. Hide all title story descriptions, and/or stop the UI to show the trailers on the browse page.
3. Shortcuts to skip forward ⏭, backward ⏮, intro, and recap.
4. Press the “Escape” episode to escape to the next episode, shortcuts to skip to the next or previous episode.
5. Introduce shortcuts to disable subtitles, volume management, and auto-play the next episode.
6. If focus is configured in the settings, the video will automatically pause ⏹, if not in focus and can also automatically start ▶️ when the focus is regained.

Enhance your Netflix experience with an amazing user experience with the most mind-blowing features ever.                    

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

Tên Netflix Enhanced 2.0 Netflix Enhanced 2.0
ID ghiknhfdbocjbinidgohlpaccgpjfolj
URL Chính Thức https://chromewebstore.google.com/detail/netflix-enhanced-20/ghiknhfdbocjbinidgohlpaccgpjfolj
Mô tả Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...
Kích Thước Tệp 614 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-11-08
Ngày Phát Hành 2022-11-08
Đánh Giá 4.63/5 Tổng số 19 Đánh Giá
Nhà Phát Triển tabhibernation2.0
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",
    "name": "Netflix Enhanced 2.0",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...",
    "icons": {
        "512": "icons\/NE2.0.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/inject.js",
                "content_scripts\/defaultGenresList.js",
                "content_scripts\/dualSubs*",
                "lib\/jquery.min.js",
                "lib\/fontawesome.js",
                "lib\/sortable.min.js",
                "lib\/jszip.js",
                "*.svg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_scripts\/content.js"
            ]
        }
    ]
}