YtShadow
Shadowing extensions for youtube
Qu'est-ce que YtShadow ?
YtShadow est une extension Chrome développée par cashewnuts903, et sa fonction principale est "Shadowing extensions for youtube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YtShadow
Téléchargez les fichiers d'extension YtShadow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YtShadow |
ID | jnmgechhkhjiahonlcnjffjpoecoiike |
URL Officiel | https://chromewebstore.google.com/detail/ytshadow/jnmgechhkhjiahonlcnjffjpoecoiike |
Description | Shadowing extensions for youtube |
Taille du Fichier | 960 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2020-09-16 |
Date de Publication | 2020-09-15 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | cashewnuts903 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/cashewnuts/yt-shadow |
URL de la Page d'Aide | https://www.buymeacoffee.com/cashewnuts |
Langues Prises en Charge | 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" ] } |