Youtube Subtitle

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

Apa itu Youtube Subtitle?

Youtube Subtitle adalah ekstensi Chrome yang dikembangkan oleh bass9030, dan fitur utamanya adalah "Display 3rd-party(Amara) subtitles on youtube video".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Subtitle

Unduh file ekstensi Youtube Subtitle 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

                        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                    

Informasi Dasar Ekstensi

Nama Youtube Subtitle Youtube Subtitle
ID kmdikdpbfkcoogakefkkholhebjkmlgh
URL Resmi https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh
Deskripsi Display 3rd-party(Amara) subtitles on youtube video
Ukuran File 27.2 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-02-09
Tanggal Publikasi 2021-02-09
Pengembang bass9030
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}