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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
官方網址 | 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\/*" ] } ] } |