YTFind
YTFind allows you to search for the dialogue in Youtube videos.
Qu'est-ce que YTFind ?
YTFind est une extension Chrome développée par http://mattheakis.com, et sa fonction principale est "YTFind allows you to search for the dialogue in Youtube videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YTFind
Téléchargez les fichiers d'extension YTFind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
URL Officiel | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Description | YTFind allows you to search for the dialogue in Youtube videos. |
Taille du Fichier | 44.49 KB |
Nombre d'Installations | 154 |
Version Actuelle | 1.35.7 |
Dernière Mise à Jour | 2015-03-15 |
Date de Publication | 2015-03-15 |
Évaluation | 3.92/5 Total 13 Évaluations |
Développeur | http://mattheakis.com |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |