SubTrans - General Subtitle Translator Suite
General Subtitle Translator for Multiple Sites. Displays bilingual subtitles. Supported sites are actively increasing.
SubTrans - General Subtitle Translator Suiteคืออะไร?
SubTrans - General Subtitle Translator Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subtrans.cc และคุณลักษณะหลักของมันคือ "General Subtitle Translator for Multiple Sites. Displays bilingual subtitles. Supported sites are actively increasing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SubTrans - General Subtitle Translator Suite
ดาวน์โหลดไฟล์ส่วนขยาย SubTrans - General Subtitle Translator Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🎯 SubTrans is a general subtitle translator Suite. It extends the original Subtitle into bilingual subtitles. The goal of SubTrans is to support as many widely used video sites as possible. 🌍 SubTrans can translate video's official subtitles / captions into almost all widely used languages. To make it work, the video should have AT LEAST one official subtitle / caption. 🛠 Subtitle styles are settable. You can set styles for bilingual subtitles separately, including font size, font color, font weight, opacity, background color, etc. 📂 External subtitles are supported. You can use local disc subtitle file or input subtitle raw content manually, then choose to display it directly or use it as a translation source. ⏰ In case subtitles' timestamps don't fit well with the video, you can choose to advance or delay the timestamps of each subtitle separately. 🚠 The subtitles are filled in a draggable box. Hence you can adjust the subtitles' position as you wish. 🗄 SubTrans remembers your settings locally. So the bilingual subtitles show up every time when you open a new video of a supported site, needless to set up repeatedly. 👉👉 Features: 👈👈 ✅ Display bilingual subtitles ✅ Support most languages ✅ Support many sites ✅ Support subtitle styles settings ✅ Support External Subtitles ✅ Adjustable Subtitle Timestamp ✅ Subtitle position is draggable ✅ Support full screen ✅ No need to set up every time 👉👉 Steps: 👈👈 1. After installation, you need to left-click the extension to set up. 2. Specify the "Translation Source". Note that it is loaded from the site you visit and literally it's the translation source of the first and second subtitles. 3. Also choose the language of "First Subtitle" and "Second Subtitle". 4. After a short process period, the bilingual subtitles should be shown up. Congratulations! 👉👉 Supported Sites: 👈👈 (you can email me of your request) (List all supported sites here is forbidden by Chrome Web Store to avoid keyword abuse) (You can find more info here: https://subtrans.cc/docs/supported-sites) 🌍 YouTube (including embedded youtube videos on any site) 🌍 Udemy 🌍 Coursera 🌍 ... 🌍 ... 🌍 ... 🌍 ... 🌍 ... ... (this list is actively increasing) 👉👉 Supported languages include: 👈👈 Almost all widely used languages are supported. (List languages here are forbidden by Chrome Web Store to avoid keyword abuse.) 👉👉 Attention: 👈👈 🔹 In order to translate, you need to choose "Translation Source". 🔹 If no official subtitle / caption exists on your visiting site, "Translation Source" will be none. 😜 Please do not hesitate to contact us if you have any inquiries or feature requests. 📧 Email: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SubTrans - General Subtitle Translator Suite |
ID | oflioiciloahhlekagfajdkigboemklf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subtrans-general-subtitle/oflioiciloahhlekagfajdkigboemklf |
คำอธิบาย | General Subtitle Translator for Multiple Sites. Displays bilingual subtitles. Supported sites are actively increasing. |
ขนาดไฟล์ | 708 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 4.9.2 |
อัปเดตครั้งล่าสุด | 2024-01-25 |
วันที่เผยแพร่ | 2022-02-15 |
คะแนน | 3.86/5 รวมทั้งหมด 70 คะแนน |
ผู้พัฒนา | https://subtrans.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.subtrans.cc |
URL หน้านโยบายความเป็นส่วนตัว | https://www.subtrans.cc/privacypolicy |
ภาษาที่รองรับ | en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_fulltitle__", "description": "__MSG_ext_description__", "manifest_version": 3, "version": "4.9.2", "permissions": [ "storage", "webRequest" ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.hulu.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/academy.zenva.com\/*" ], "js": [ "injWrapper.js" ], "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inj.js" ], "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.hulu.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/academy.zenva.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.subtrans.cc\/*" ] }, "host_permissions": [ "https:\/\/www.skillshare.com\/*" ] } |