YTFind
YTFind allows you to search for the dialogue in Youtube videos.
What is YTFind?
YTFind is a Chrome extension developed by http://mattheakis.com, and its main feature is "YTFind allows you to search for the dialogue in Youtube videos.".
Extension Screenshots
Download YTFind Extension CRX File
Download YTFind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
Official URL | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Description | YTFind allows you to search for the dialogue in Youtube videos. |
File Size | 44.49 KB |
Installation Count | 154 |
Current Version | 1.35.7 |
Last Updated | 2015-03-15 |
Publish Date | 2015-03-15 |
Rating | 3.92/5 Total 13 Ratings |
Developer | http://mattheakis.com |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |