YTFind

YTFind allows you to search for the dialogue in Youtube videos.

Hvad er YTFind?

YTFind er en Chrome-udvidelse udviklet af http://mattheakis.com, og dens hovedfunktion er "YTFind allows you to search for the dialogue in Youtube videos.".

Udvidelsesskærmbilleder

screenshot

Download YTFind-udvidelses-CRX-fil

Download YTFind-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
Officiel URL https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
Beskrivelse YTFind allows you to search for the dialogue in Youtube videos.
Filstørrelse 44.49 KB
Antal Installationer 154
Nuværende Version 1.35.7
Senest Opdateret 2015-03-15
Udgivelsesdato 2015-03-15
Bedømmelse 3.92/5 Samlet 13 Bedømmelser
Udvikler http://mattheakis.com
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}