YouTube Subtitles Simultaneously

Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.

什麼是YouTube Subtitles Simultaneously?

YouTube Subtitles Simultaneously是由Sách Mềm開發的Chrome擴展程式,該擴展的主要功能是“Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.”。

擴展截圖

screenshot
screenshot

下載YouTube Subtitles Simultaneously擴展crx文件

下載YouTube Subtitles Simultaneously擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Display subtitles of YouTube movies at the same time in multiple languages.
Show subtitles of YouTube simultaneously.                    

擴展基本資訊

名稱 YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
官方網址 https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
簡介 Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
檔案大小 61.39 KB
安裝次數 5,000
目前版本 1.0.1
更新時間 2019-06-09
上架時間 2019-06-08
評分 4.22/5 共 27 次評分
開發者 Sách Mềm
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Subtitles Simultaneously",
    "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.",
    "author": "NTH",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "s.css"
            ],
            "js": [
                "jquery.js",
                "cookie.js",
                "data.js",
                "extension.js"
            ]
        }
    ],
    "manifest_version": 2
}