Youtube caption indicator

Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…

Youtube caption indicatorคืออะไร?

Youtube caption indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bperel และคุณลักษณะหลักของมันคือ "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…"

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

screenshot

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

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

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

                        Ever wondered if a YouTube video is subtitled in your language, without having to open it ?
  
Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.                    

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

ชื่อ Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
คำอธิบาย Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
ขนาดไฟล์ 38.56 KB
จำนวนการติดตั้ง 1,106
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2017-10-08
วันที่เผยแพร่ 2017-10-08
คะแนน 3.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา bperel
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bperel/youtube-caption-indicator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube caption indicator",
    "short_name": "Youtube caption indicator",
    "version": "0.3.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "youtube-caption-indicator.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}