YouTube Subtitles Simultaneously

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

Wat is YouTube Subtitles Simultaneously?

YouTube Subtitles Simultaneously is een Chrome-extensie ontwikkeld door Sách Mềm, en de belangrijkste functie is "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Subtitles Simultaneously

Download YouTube Subtitles Simultaneously-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
Officiële URL https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
Beschrijving Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Bestandsgrootte 61.39 KB
Aantal Installaties 5,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-06-09
Publicatiedatum 2019-06-08
Beoordeling 4.22/5 Totaal 27 Beoordelingen
Ontwikkelaar Sách Mềm
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Ondersteunde Talen 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
}