YTFind
YTFind allows you to search for the dialogue in Youtube videos.
YTFind là gì?
YTFind là một tiện ích mở rộng Chrome được phát triển bởi http://mattheakis.com, và tính năng chính của nó là "YTFind allows you to search for the dialogue in Youtube videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YTFind
Tải xuống các tệp mở rộng YTFind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
URL Chính Thức | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Mô tả | YTFind allows you to search for the dialogue in Youtube videos. |
Kích Thước Tệp | 44.49 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 1.35.7 |
Cập Nhật Lần Cuối | 2015-03-15 |
Ngày Phát Hành | 2015-03-15 |
Đánh Giá | 3.92/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | http://mattheakis.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |