YTFind
YTFind allows you to search for the dialogue in Youtube videos.
Wat is YTFind?
YTFind is een Chrome-extensie ontwikkeld door http://mattheakis.com, en de belangrijkste functie is "YTFind allows you to search for the dialogue in Youtube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie YTFind
Download YTFind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
Officiële URL | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Beschrijving | YTFind allows you to search for the dialogue in Youtube videos. |
Bestandsgrootte | 44.49 KB |
Aantal Installaties | 154 |
Huidige Versie | 1.35.7 |
Laatst Bijgewerkt | 2015-03-15 |
Publicatiedatum | 2015-03-15 |
Beoordeling | 3.92/5 Totaal 13 Beoordelingen |
Ontwikkelaar | http://mattheakis.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |