YtShadow
Shadowing extensions for youtube
Wat is YtShadow?
YtShadow is een Chrome-extensie ontwikkeld door cashewnuts903, en de belangrijkste functie is "Shadowing extensions for youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie YtShadow
Download YtShadow-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
Shadowing is a deceptively simple, little-known language learning technique. You take a native audio recording, with a transcript and you speak along at as close to the same time as you can. That’s it.
https://howtogetfluent.com/shadowing-for-language-learning/
This addon makes youtube.com as shadowing platform using video and subtitle.
Listen one sentence and type it, and optionally you could speak it loud.
https://github.com/cashewnuts/yt-shadow Basisinformatie over de Extensie
| Naam | |
| ID | jnmgechhkhjiahonlcnjffjpoecoiike |
| Officiële URL | https://chromewebstore.google.com/detail/ytshadow/jnmgechhkhjiahonlcnjffjpoecoiike |
| Beschrijving | Shadowing extensions for youtube |
| Bestandsgrootte | 960 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 0.2.4 |
| Laatst Bijgewerkt | 2020-09-16 |
| Publicatiedatum | 2020-09-15 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | cashewnuts903 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/cashewnuts/yt-shadow |
| Help Pagina-URL | https://www.buymeacoffee.com/cashewnuts |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YtShadow",
"version": "0.2.4",
"description": "Shadowing extensions for youtube",
"icons": {
"24": "icons\/yt-24.png",
"48": "icons\/yt-48.png",
"96": "icons\/yt-96.png"
},
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"browser-polyfill.min.js",
"yt-shadow.js"
],
"css": [
"css\/yt-blueprint.css"
]
}
],
"browser_action": {
"browser_style": true,
"default_icon": {
"24": "icons\/yt-24.png",
"48": "icons\/yt-48.png",
"96": "icons\/yt-96.png"
},
"default_title": "Yt Shadow",
"default_popup": "popup\/popup.html"
},
"permissions": [
"*:\/\/video.google.com\/*",
"storage",
"tabs",
"unlimitedStorage"
]
} | |