HiNative for Netflix
Ask questions about dialogue and expressions used in movies and TV series to the native speakers, with just one click.
HiNative for Netflixคืออะไร?
HiNative for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HiNative และคุณลักษณะหลักของมันคือ "Ask questions about dialogue and expressions used in movies and TV series to the native speakers, with just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HiNative for Netflix
ดาวน์โหลดไฟล์ส่วนขยาย HiNative for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HiNative for Netflix is a chrome extension that helps you to ask native speakers questions about the meaning of words, dialogues, and expressions in movies and TV series with only one click. When you are learning a language by watching movies or TV series, sometimes you might feel like, "I don't understand the nuances", "What was the joke?" or "I don’t get the context.". Using HiNative for Netflix will offer you chances to learn "realistic expressions" and "nuances" from native speakers that you cannot find in a dictionary. Features: - Install the chrome extension then log in (or sign up) to HiNative to connect the extension with your HiNative account. - When you encounter a word or an expression you don’t understand while watching a movie, click the HiNative extension. The subtitle displayed in the video will automatically appear in the question box. - Click on the “Post” button, and it’s done! Now you just have to wait for the answers. Ask native speakers anything you don’t understand when you are watching a movie or a TV series! Learn practical expressions in a fun way!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nlfckkicjjjkhmfjofoglcffaenpiojl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hinative-for-netflix/nlfckkicjjjkhmfjofoglcffaenpiojl |
คำอธิบาย | Ask questions about dialogue and expressions used in movies and TV series to the native speakers, with just one click. |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 503 |
เวอร์ชันปัจจุบัน | 0.7.6 |
อัปเดตครั้งล่าสุด | 2022-06-22 |
วันที่เผยแพร่ | 2022-06-08 |
คะแนน | 4.93/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | HiNative |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hinative.com/ |
URL หน้าช่วยเหลือ | https://hinative.helpshift.com/a/hinative |
URL หน้านโยบายความเป็นส่วนตัว | https://support-en.hinative.com/privacy |
ภาษาที่รองรับ | de,en,fr,vi,tr,es,it,pl,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_extension_name__", "version": "0.7.6", "description": "__MSG_chrome_extension_extension_description__", "manifest_version": 3, "icons": { "48": "assets\/images\/monga-small.png" }, "action": { "default_icon": "assets\/images\/monga-32.png", "default_popup": "assets\/html\/popup.html" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "assets\/js\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/inject-script.js" ], "matches": [ "https:\/\/*.netflix.com\/*" ] } ], "options_ui": { "page": "assets\/html\/options.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.hinative.com\/*" ], "default_locale": "en" } |