NflxMultiSubs (Netflix Multi. Subtitles)

Bilingual Subtitles & Enhanced Experiences for Netflix

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

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

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NflxMultiSubs (Netflix Multi. Subtitles)

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

                        全球首款支援 Netflix 全語言雙字幕的 Chrome 擴充套件,提供您更佳的觀影體驗!
Best extension ever to unleash bilingual subtitles on Netflix!

**沒有廣告、完全免費 | FREE & NO ADS**

• 我們做到了!支援全部語言作為第二字幕
• 智慧型選擇:看日本動畫自動顯示日語
• 整合原生播放介面選單,切換語言不違和
• 提供即時預覽的設定介面
• 也順便做了播放速度調整(按 "[" 和 "]" 鍵)

• Full language support (including Japanese, Russian, …) for the secondary subtitles
• Smart enough to match the secondary subtitles to audio tracks
• Seamlessly integrated with native player menu -- switch subtitles in one place
• Fantastic pop-up settings menu with live preview (during movie playback)
• Oh… one more thing, adjust the playback rate by pressing "[" and "]" keys

----------------

本套件為開源專案 (Open source on GitHub)
https://github.com/dannvix/NflxMultiSubs

----------------

• 本套件與 Netflix, Inc. 無關,使用期間發生的問題此套件與開發者恕不負責喔
• 本套件可能與其他 Netflix 相關套件衝突,很遺憾,遇到問題時請擇一使用
• 本套件可能與「廣告阻擋」之類套件衝突,請自行將 netflix.com 加入白名單或暫時停用該套件
• 若無法播放影片,多按幾次重新整理試試看…

• This extension is not affiliated with Netflix, Inc; All rights belong to their owners.
• This extension could conflict with other extensions (for Netflix); If you encounter any problem, please leave one of them.
• This extension could conflict with ad blockers; please add netflix.com to their whitelists or disable the ad blockers.
• Hit refresh few times if the playback does not work…                    

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

Tên NflxMultiSubs (Netflix Multi. Subtitles) NflxMultiSubs (Netflix Multi. Subtitles)
ID pjhnilfooknlkdonmjnleaomamfehkli
URL Chính Thức https://chromewebstore.google.com/detail/nflxmultisubs-netflix-mul/pjhnilfooknlkdonmjnleaomamfehkli
Mô tả Bilingual Subtitles & Enhanced Experiences for Netflix
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2021-11-13
Ngày Phát Hành 2020-05-04
Đánh Giá 3.74/5 Tổng số 775 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dannvix/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 & Enhanced Experiences for Netflix",
    "version": "2.2.1",
    "name": "NflxMultiSubs (Netflix Multi. Subtitles)",
    "manifest_version": 2,
    "author": "Dan Chen",
    "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"
    ]
}