YtShadow
Shadowing extensions for youtube
YtShadowとは何ですか?
YtShadowはcashewnuts903によって開発されたChromeの拡張機能で、その主な機能は「Shadowing extensions for youtube」です。
拡張機能のスクリーンショット
YtShadow拡張機能のCRXファイルをダウンロード
YtShadow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | jnmgechhkhjiahonlcnjffjpoecoiike |
| 公式URL | https://chromewebstore.google.com/detail/ytshadow/jnmgechhkhjiahonlcnjffjpoecoiike |
| 説明 | Shadowing extensions for youtube |
| ファイルサイズ | 960 KB |
| インストール数 | 23 |
| 現在のバージョン | 0.2.4 |
| 最終更新日 | 2020-09-16 |
| 公開日 | 2020-09-15 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | cashewnuts903 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/cashewnuts/yt-shadow |
| ヘルプページのURL | https://www.buymeacoffee.com/cashewnuts |
| 対応言語 | 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"
]
} | |