YTFind
YTFind allows you to search for the dialogue in Youtube videos.
Was ist YTFind?
YTFind ist eine Chrome-Erweiterung, die von http://mattheakis.com entwickelt wurde, und ihr Hauptmerkmal ist "YTFind allows you to search for the dialogue in Youtube videos.".
Erweiterungsscreenshots
YTFind-Erweiterungs-CRX-Datei herunterladen
Laden Sie YTFind-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
Offizielle URL | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Beschreibung | YTFind allows you to search for the dialogue in Youtube videos. |
Dateigröße | 44.49 KB |
Installationsanzahl | 154 |
Aktuelle Version | 1.35.7 |
Letztes Update | 2015-03-15 |
Veröffentlichungsdatum | 2015-03-15 |
Bewertung | 3.92/5 Insgesamt 13 Bewertungen |
Entwickler | http://mattheakis.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |