YouTube Subtitles Simultaneously

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

YouTube Subtitles Simultaneously là gì?

YouTube Subtitles Simultaneously là một tiện ích mở rộng Chrome được phát triển bởi Sách Mềm, và tính năng chính của nó là "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Subtitles Simultaneously

Tải xuống các tệp mở rộng YouTube Subtitles Simultaneously dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
Mô tả Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Kích Thước Tệp 61.39 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-06-09
Ngày Phát Hành 2019-06-08
Đánh Giá 4.22/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Sách Mềm
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Ngôn Ngữ Được Hỗ Trợ 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
}