NflxMultiSubs 2021 (Netflix Multi. Subtitles)

Bilingual Subtitles for Netflix (fixed)

NflxMultiSubs 2021 (Netflix Multi. Subtitles) là gì?

NflxMultiSubs 2021 (Netflix Multi. Subtitles) là một tiện ích mở rộng Chrome được phát triển bởi gmertes, và tính năng chính của nó là "Bilingual Subtitles for Netflix (fixed)".

Ả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 NflxMultiSubs 2021 (Netflix Multi. Subtitles)

Tải xuống các tệp mở rộng NflxMultiSubs 2021 (Netflix Multi. Subtitles) 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

                        Best ever Chrome/Firefox extension to unleash bilingual subtitles on Netflix!

This is a fixed and updated re-release of the original NflxMultiSubs. This version contains a fix for the 2021 Netflix redesign that broke the original, and has various other bugfixes and improvements.

Click on the extension button to access the extension settings. 
Note: this extension will only show the subtitle languages that are available in your country.

Features:
- Enable secondary subtitles in the available languages (incl. image-based subtitles like Japanese, Chinese, Russian, …)
- Smart selection on secondary subtitles. Choose between 3 subtitle activation modes: disabled; automatically match subtitle language to audio language; or remember the last selected language.
- Seamless integration with native Netflix player UI -- switch languages in place
- Adjust playback speed with a hotkey ( [ and ] )
- Free and open source!

Report bugs by creating an issue on Github (https://github.com/gmertes/NflxMultiSubs) or send me an email (click "contact the publisher" on the right of this page).

---------------------
Changelog:
---------------------
v2.3.4:
- NEW: Extra out of region languages can now be used as secondary subtitles. To do so, activate the wanted language as a primary subtitle first. The language will then show up in the secondary subtitle list ready to be used. After selecting the wanted language as secondary sub, the primary language can be switched back. For now you have to do this for every new playback.
- Fix the subtitle color picker on Firefox
- Fix key binds for the playback rate controller (now [ and ] for all keyboard layouts)

v2.3.3:
- Small fix to make download url parsing more robust

v2.3.2:
- Fix crash in subtitle download url parser
- NEW: Add keybind to toggle subtitles (v)

v2.3.1:
- Fix line breaks not showing up in secondary subs

v2.3.0:
- Fix critical bug in subtitle builder
- NEW: You can now change the color of text-based subs from the settings page.

v2.2.10:
- Fix primary sub scaling
- Improve secondary sub scaling for 4K displays
- Show vertical scrollbar when subtitle list overflows

v2.2.9:
- Fix fatal crash in image subs builder

v2.2.8:
- Fix selected sub icon style

v2.2.7:
- Improve subtitle visibility
- Also try to match captioning type when activating last used language

v2.2.6:
- Fix another instance of image-based subtitle overlap
- Fix default audio language selection
- Fix playback rate controller 

v2.2.5:
- NEW: Show last used language in settings menu
- Fix icon desaturation when video player is closed
- Fix subtitle menu style

v2.2.4:
- Fix last used language not always saving

v2.2.3:
- NEW: Add secondary language options (disabled, audio, last used)
- Fix subtitles overlapping in certain cases
- Fix image-based subtitle scaling
- Fix image-based subs sometimes falling outside of top screen edge

v2.2.2:
- Improve subtitles activating on the first try without requiring a refresh

v2.2.1:
- Fix subs not loading without player refresh

v2.2.0 (first release):
- Fix for the September 2021 Netflix redesign that broke the original extension                    

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

Tên NflxMultiSubs 2021 (Netflix Multi. Subtitles) NflxMultiSubs 2021 (Netflix Multi. Subtitles)
ID jepfhfjlkgobooomdgpcjikalfpcldmm
URL Chính Thức https://chromewebstore.google.com/detail/nflxmultisubs-2021-netfli/jepfhfjlkgobooomdgpcjikalfpcldmm
Mô tả Bilingual Subtitles for Netflix (fixed)
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 48,409
Phiên Bản Hiện Tại 2.3.4
Cập Nhật Lần Cuối 2023-02-24
Ngày Phát Hành 2021-10-25
Đánh Giá 4.71/5 Tổng số 76 Đánh Giá
Nhà Phát Triển gmertes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gmertes/NflxMultiSubs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxMultiSubs",
    "description": "Bilingual Subtitles for Netflix (fixed)",
    "version": "2.3.4",
    "name": "NflxMultiSubs 2021 (Netflix Multi. Subtitles)",
    "manifest_version": 2,
    "author": "Dan Chen, Gert Mertes",
    "permissions": [
        "storage",
        "https:\/\/www.netflix.com\/watch\/*",
        "https:\/\/assets.nflxext.com\/*"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-gray.png",
        "default_popup": "settings.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*"
        ]
    },
    "web_accessible_resources": [
        "nflxmultisubs.min.js"
    ]
}