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