Youtube Subtitle
Display 3rd-party(Amara) subtitles on youtube video
Cos'è Youtube Subtitle?
Youtube Subtitle è un'estensione di Chrome sviluppata da bass9030, e la sua funzione principale è "Display 3rd-party(Amara) subtitles on youtube video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Subtitle
Scarica i file di estensione Youtube Subtitle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | kmdikdpbfkcoogakefkkholhebjkmlgh |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh |
| Descrizione | Display 3rd-party(Amara) subtitles on youtube video |
| Dimensione del File | 27.2 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-02-09 |
| Data di Pubblicazione | 2021-02-09 |
| Sviluppatore | bass9030 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |