YTFind

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

Что такое YTFind?

YTFind - это расширение Chrome, разработанное http://mattheakis.com, и его основная функция - "YTFind allows you to search for the dialogue in Youtube videos.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YTFind

Скачайте файлы расширений YTFind в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
Официальный URL https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
Описание YTFind allows you to search for the dialogue in Youtube videos.
Размер файла 44.49 KB
Количество установок 154
Текущая Версия 1.35.7
Последнее Обновление 2015-03-15
Дата публикации 2015-03-15
Рейтинг 3.92/5 Всего 13 оценок
Разработчик http://mattheakis.com
Тип оплаты free
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}