Youtube Subtitle
Display 3rd-party(Amara) subtitles on youtube video
Wat is Youtube Subtitle?
Youtube Subtitle is een Chrome-extensie ontwikkeld door bass9030, en de belangrijkste functie is "Display 3rd-party(Amara) subtitles on youtube video".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Subtitle
Download Youtube Subtitle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Youtube Subtitle |
ID | kmdikdpbfkcoogakefkkholhebjkmlgh |
Officiële URL | https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh |
Beschrijving | Display 3rd-party(Amara) subtitles on youtube video |
Bestandsgrootte | 27.2 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-02-09 |
Publicatiedatum | 2021-02-09 |
Ontwikkelaar | bass9030 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |