Udemy Dual Subtitles - Subtitle Translator

Subtitle translator for Udemy. Displays bilingual subtitles.

Udemy Dual Subtitles - Subtitle Translatorคืออะไร?

Udemy Dual Subtitles - Subtitle Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://udemydualsubtitles.com และคุณลักษณะหลักของมันคือ "Subtitle translator for Udemy. Displays bilingual subtitles."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Dual Subtitles - Subtitle Translator

ดาวน์โหลดไฟล์ส่วนขยาย Udemy Dual Subtitles - Subtitle Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Udemy Dual Subtitles is a Udemy subtitle translator. It extends the original Udemy Subtitle into bilingual subtitles.

Udemy Dual Subtitles can translate the Udemy official subtitle into almost all wildly used languages.

Once you select a specific language and turn on the switch, it translates the official caption and displays the translated caption below with the official one.

Udemy Dual Subtitles remembers your settings locally. Hence the bilingual subtitles show up every time when you open a new lecture video, needless to set up repeatly.

Features:
✅ Translate subtitle into selected language
✅ Display bilingual subtitles
✅ Subtitle style is settable
✅ Support download subtitles
✅ Support Udemy Business
✅ Support full screen
✅ No need to set up every time

Supported languages include:
Almost all widely used languages are supported.
(List languages here is forbidden by Chrome Web Store to avoid keyword abuse.)

Tips:
🔹 In order to display dual captions, you need to turn on official caption.
🔹 Left-click on the extension icon to select a translation language and to set switch on-off.

😜 Please feel free to contact us if you have any question or suggestion on this extension.
📧 Email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Udemy Dual Subtitles - Subtitle Translator Udemy Dual Subtitles - Subtitle Translator
ID mpedooclpiggpfamidjeemfjoeakebce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/udemy-dual-subtitles-subt/mpedooclpiggpfamidjeemfjoeakebce
คำอธิบาย Subtitle translator for Udemy. Displays bilingual subtitles.
ขนาดไฟล์ 411 KB
จำนวนการติดตั้ง 25,510
เวอร์ชันปัจจุบัน 3.7.1
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2021-08-30
คะแนน 4.33/5 รวมทั้งหมด 90 คะแนน
ผู้พัฒนา https://udemydualsubtitles.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.udemydualsubtitles.com
URL หน้านโยบายความเป็นส่วนตัว https://www.udemydualsubtitles.com/privacy
ภาษาที่รองรับ ms,de,en,fil,fr,nl,vi,tr,da,et,es,it,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,bg,ru,iw,th,ar,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__",
    "version": "3.7.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "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:\/\/*.udemy.com\/course\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "\/assets\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": []
}