YouTube Subtitles Simultaneously

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

Apa itu YouTube Subtitles Simultaneously?

YouTube Subtitles Simultaneously adalah ekstensi Chrome yang dikembangkan oleh Sách Mềm, dan fitur utamanya adalah "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Subtitles Simultaneously

Unduh file ekstensi YouTube Subtitles Simultaneously dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
URL Resmi https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
Deskripsi Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Ukuran File 61.39 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-06-09
Tanggal Publikasi 2019-06-08
Penilaian 4.22/5 Total 27 Penilaian
Pengembang Sách Mềm
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Bahasa yang Didukung 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
}