YouTube Subtitles Simultaneously

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

What is YouTube Subtitles Simultaneously?

YouTube Subtitles Simultaneously is a Chrome extension developed by Sách Mềm, and its main feature is "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".

Extension Screenshots

screenshot
screenshot

Download YouTube Subtitles Simultaneously Extension CRX File

Download YouTube Subtitles Simultaneously extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
Official URL https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
Description Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
File Size 61.39 KB
Installation Count 5,000
Current Version 1.0.1
Last Updated 2019-06-09
Publish Date 2019-06-08
Rating 4.22/5 Total 27 Ratings
Developer Sách Mềm
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Supported Languages 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
}