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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YTFind
قم بتنزيل ملفات الامتداد YTFind بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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\/*" ] } ] } |