NflxMultiSubs_ST

Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…

什么是NflxMultiSubs_ST?

NflxMultiSubs_ST是由thefantas开发的Chrome扩展程序,该扩展的主要功能是“Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…”。

扩展截图

screenshot

下载NflxMultiSubs_ST扩展crx文件

下载NflxMultiSubs_ST扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bilingual Subtitles & Enhanced Experiences for Netflix with steroids.
Quick access keys:
V = Go back and play until you find the beginning of the last dialogue.
B = Go back and play 3s.
N = Forward and play 3s.                    

扩展基本信息

名称 NflxMultiSubs_ST NflxMultiSubs_ST
ID fimfonlianpegplhioddaemkldfbnbmo
官方URL https://chromewebstore.google.com/detail/nflxmultisubsst/fimfonlianpegplhioddaemkldfbnbmo
简介 Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…
文件大小 124 KB
安装次数 171
当前版本 2.1.2
更新时间 2021-02-04
上架时间 2020-05-03
开发者 thefantas
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxMultiSubs_ST",
    "version": "2.1.2",
    "name": "NflxMultiSubs_ST",
    "manifest_version": 2,
    "author": "TheFantas",
    "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"
    ]
}