NflxMultiSubs (Netflix Multi. Subtitles)

Bilingual Subtitles & Enhanced Experiences for Netflix

Was ist NflxMultiSubs (Netflix Multi. Subtitles)?

NflxMultiSubs (Netflix Multi. Subtitles) ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Bilingual Subtitles & Enhanced Experiences for Netflix".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

NflxMultiSubs (Netflix Multi. Subtitles)-Erweiterungs-CRX-Datei herunterladen

Laden Sie NflxMultiSubs (Netflix Multi. Subtitles)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        全球首款支援 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…                    

Grundlegende Informationen zur Erweiterung

Name NflxMultiSubs (Netflix Multi. Subtitles) NflxMultiSubs (Netflix Multi. Subtitles)
ID pjhnilfooknlkdonmjnleaomamfehkli
Offizielle URL https://chromewebstore.google.com/detail/nflxmultisubs-netflix-mul/pjhnilfooknlkdonmjnleaomamfehkli
Beschreibung Bilingual Subtitles & Enhanced Experiences for Netflix
Dateigröße 121 KB
Installationsanzahl 400,000
Aktuelle Version 2.2.1
Letztes Update 2021-11-13
Veröffentlichungsdatum 2020-05-04
Bewertung 3.74/5 Insgesamt 775 Bewertungen
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dannvix/NflxMultiSubs
Unterstützte Sprachen 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"
    ]
}