Subadub

Enhanced Netflix subtitles for foreign language study

Subadubคืออะไร?

Subadub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Russel Simmons และคุณลักษณะหลักของมันคือ "Enhanced Netflix subtitles for foreign language study"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subadub

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

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

                        ➤ Subtitles are displayed as selectable text, so you can copy+paste them to make flash cards and look up words in a dictionary (e.g. using the Yomichan or Rikaikun extensions for Japanese)
➤ Full subtitles for a video can be downloaded in SRT format for personal study/review                    

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

ชื่อ Subadub Subadub
ID jamiekdimmhnnemaaimmdahnahfmfdfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subadub/jamiekdimmhnnemaaimmdahnahfmfdfk
คำอธิบาย Enhanced Netflix subtitles for foreign language study
ขนาดไฟล์ 14.99 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2022-12-06
วันที่เผยแพร่ 2020-01-20
คะแนน 4.35/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา Russel Simmons
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Subadub",
    "description": "Enhanced Netflix subtitles for foreign language study",
    "version": "0.1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_script.js"
            ]
        }
    ]
}