YtShadow
Shadowing extensions for youtube
YtShadowคืออะไร?
YtShadow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cashewnuts903 และคุณลักษณะหลักของมันคือ "Shadowing extensions for youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YtShadow
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YtShadow |
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 |
อีเมล | [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" ] } |