Subtitles for Youtube

Use this extension to add subtitles available to user to any YouTube video

Subtitles for Youtubeคืออะไร?

Subtitles for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subtitle-youtube.freefinancetools.net และคุณลักษณะหลักของมันคือ "Use this extension to add subtitles available to user to any YouTube video"

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

screenshot
screenshot
screenshot

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

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

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

                        Subtitles for Youtube

Want to use your own custom subtitles for Youtube videos? Want to watch a Youtube video which is in a foreign language?

There are a lot of volunteers who are kind enough to manually make subtitles for popular Youtube videos. Using our software extension, you can use these manually translated subtitles on the Youtube videos instead of relying on auto-generated subtitles which are not as accurate/do not capture the context of the video correctly.

To begin using this software, here is what you need to do

Install our software extension
Go to the Youtube video page you want to see subtitles for
Click on our extension icon and upload the subtitle file manually from your computer
Play the Youtube video and the subtitles will display at the bottom of the video.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Subtitles for Youtube is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

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

ชื่อ Subtitles for Youtube Subtitles for Youtube
ID aamaonobacmhfnfbiihlmelncgefbhma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subtitles-for-youtube/aamaonobacmhfnfbiihlmelncgefbhma
คำอธิบาย Use this extension to add subtitles available to user to any YouTube video
ขนาดไฟล์ 2.45 MB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-09-18
วันที่เผยแพร่ 2020-08-12
คะแนน 3.12/5 รวมทั้งหมด 147 คะแนน
ผู้พัฒนา https://subtitle-youtube.freefinancetools.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://subtitle-youtube.freefinancetools.net
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDescription__",
    "icons": {
        "128": "images\/caption-128.png",
        "16": "images\/caption-16.png",
        "256": "images\/caption-256.png",
        "32": "images\/caption-32.png",
        "48": "images\/caption-48.png",
        "64": "images\/caption-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/subtitleBox.html",
                "\/onboarding.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Subtitles For YouTube"
    },
    "homepage_url": "https:\/\/subtitle-youtube.freefinancetools.net\/"
}