YTFind

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

什么是YTFind?

YTFind是由http://mattheakis.com开发的Chrome扩展程序,该扩展的主要功能是“YTFind allows you to search for the dialogue in Youtube videos.”。

扩展截图

screenshot

下载YTFind扩展crx文件

下载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\/*"
            ]
        }
    ]
}