Netflix subtitles pop-up

Displays the subtitles in a different window

什么是Netflix subtitles pop-up?

Netflix subtitles pop-up是由entibo开发的Chrome扩展程序,该扩展的主要功能是“Displays the subtitles in a different window”。

扩展截图

screenshot
screenshot

下载Netflix subtitles pop-up扩展crx文件

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

扩展使用说明

                        When you understand most of the dialog but still like having a reference in case you don't get a word or sentence.

If you any suggestions/comments about how the subtitles are displayed in the window please let me know !                    

扩展基本信息

名称 Netflix subtitles pop-up Netflix subtitles pop-up
ID gfldjeiohckdhnpljblnkkbjmmogphnk
官方URL https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk
简介 Displays the subtitles in a different window
文件大小 38.64 KB
安装次数 273
当前版本 1.2
更新时间 2019-04-20
上架时间 2019-04-20
评分 4.29/5 共7次评分
开发者 entibo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix subtitles pop-up",
    "version": "1.2",
    "description": "Displays the subtitles in a different window",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "player.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/watch*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}