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
官方網址 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"
    ]
}