Youtube Subtitle

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

What is Youtube Subtitle?

Youtube Subtitle is a Chrome extension developed by bass9030, and its main feature is "Display 3rd-party(Amara) subtitles on youtube video".

Extension Screenshots

screenshot

Download Youtube Subtitle Extension CRX File

Download Youtube Subtitle 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

                        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                    

Extension Basic Information

Name Youtube Subtitle Youtube Subtitle
ID kmdikdpbfkcoogakefkkholhebjkmlgh
Official URL https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh
Description Display 3rd-party(Amara) subtitles on youtube video
File Size 27.2 KB
Installation Count 52
Current Version 1.0.0
Last Updated 2021-02-09
Publish Date 2021-02-09
Developer bass9030
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}