YTFind

YTFind allows you to search for the dialogue in Youtube videos.

YTFindคืออะไร?

YTFind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mattheakis.com และคุณลักษณะหลักของมันคือ "YTFind allows you to search for the dialogue in Youtube videos."

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

screenshot

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

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

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

                        YTFind allows you to search for the dialogue in Youtube videos. Click on the results of the search to skip to that point in the video. You can also press enter to loop through the results. Integrates best with HTML5 Youtube videos, but works with most videos.                    

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

ชื่อ YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
คำอธิบาย YTFind allows you to search for the dialogue in Youtube videos.
ขนาดไฟล์ 44.49 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.35.7
อัปเดตครั้งล่าสุด 2015-03-15
วันที่เผยแพร่ 2015-03-15
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://mattheakis.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTFind",
    "description": "YTFind allows you to search for the dialogue in Youtube videos.",
    "version": "1.35.7",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "*:\/\/ytfind.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "xml2json.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}