Youtube Subtitle

Display 3rd-party(Amara) subtitles on youtube video

Youtube Subtitle là gì?

Youtube Subtitle là một tiện ích mở rộng Chrome được phát triển bởi bass9030, và tính năng chính của nó là "Display 3rd-party(Amara) subtitles on youtube video".

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

screenshot

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

Tải xuống các tệp mở rộng Youtube Subtitle 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

                        This extension allows subtitles in Amara to be uploaded on YouTube.

Only 5-10% of the videos posted on YouTube are on Amara, so subtitles may not be displayed.

Example of a video with subtitles - http://www.youtube.com/watch?v=XR2sj4SUTc0 [Piki Pictures - Star Wars: The nerd awakens(Fan made)]

You can also create YouTube subtitles on https://Amara.org.

Github repo: https://github.com/bass9030/Youtube-Subtitle                    

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

Tên Youtube Subtitle Youtube Subtitle
ID kmdikdpbfkcoogakefkkholhebjkmlgh
URL Chính Thức https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh
Mô tả Display 3rd-party(Amara) subtitles on youtube video
Kích Thước Tệp 27.2 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-02-09
Ngày Phát Hành 2021-02-09
Nhà Phát Triển bass9030
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Subtitle",
    "description": "Display 3rd-party(Amara) subtitles on youtube video",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "languages.json"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ]
}