Subtitle Translator
Translate subtitles on the fly from Netflix, SVT Play or CMore.
Subtitle Translatorคืออะไร?
Subtitle Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 42Labs และคุณลักษณะหลักของมันคือ "Translate subtitles on the fly from Netflix, SVT Play or CMore."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitle Translator
ดาวน์โหลดไฟล์ส่วนขยาย Subtitle Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For when you want to watch a foreign movie that is missing subtitles in your language. Works with Netflix, SVT Play and CMore. Feel free to reach out if you would like support for some other service. There might be more generic support coming. Make sure to go in to the extension settings to set which source & target languages you are using.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Subtitle Translator |
ID | oflffkldeingomefcemegfmnbfdeblbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk |
คำอธิบาย | Translate subtitles on the fly from Netflix, SVT Play or CMore. |
ขนาดไฟล์ | 13.57 KB |
จำนวนการติดตั้ง | 1,267 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-19 |
วันที่เผยแพร่ | 2022-01-09 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | 42Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Subtitle Translator", "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.", "version": "1.0", "icons": { "16": "\/images\/st16.png", "32": "\/images\/st32.png", "48": "\/images\/st48.png", "128": "\/images\/st128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to translate" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "storage" ] } |