Youtube Subtitle

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

Youtube Subtitleとは何ですか?

Youtube Subtitleはbass9030によって開発されたChromeの拡張機能で、その主な機能は「Display 3rd-party(Amara) subtitles on youtube video」です。

拡張機能のスクリーンショット

screenshot

Youtube Subtitle拡張機能のCRXファイルをダウンロード

Youtube Subtitle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Youtube Subtitle Youtube Subtitle
ID kmdikdpbfkcoogakefkkholhebjkmlgh
公式URL https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh
説明 Display 3rd-party(Amara) subtitles on youtube video
ファイルサイズ 27.2 KB
インストール数 52
現在のバージョン 1.0.0
最終更新日 2021-02-09
公開日 2021-02-09
開発者 bass9030
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}