YTFind

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

Co to jest YTFind?

YTFind to rozszerzenie Chrome opracowane przez http://mattheakis.com, a jego główną funkcją jest „YTFind allows you to search for the dialogue in Youtube videos.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YTFind

Pobierz pliki rozszerzeń YTFind w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
Oficjalny URL https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
Opis YTFind allows you to search for the dialogue in Youtube videos.
Rozmiar pliku 44.49 KB
Liczba instalacji 154
Aktualna Wersja 1.35.7
Ostatnia Aktualizacja 2015-03-15
Data Publikacji 2015-03-15
Ocena 3.92/5 Łącznie 13 Oceny
Deweloper http://mattheakis.com
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}