YTFind

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

Cos'è YTFind?

YTFind è un'estensione di Chrome sviluppata da http://mattheakis.com, e la sua funzione principale è "YTFind allows you to search for the dialogue in Youtube videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YTFind

Scarica i file di estensione YTFind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
URL Ufficiale https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
Descrizione YTFind allows you to search for the dialogue in Youtube videos.
Dimensione del File 44.49 KB
Conteggio Installazioni 154
Versione Corrente 1.35.7
Ultimo Aggiornamento 2015-03-15
Data di Pubblicazione 2015-03-15
Valutazione 3.92/5 Totale 13 Valutazioni
Sviluppatore http://mattheakis.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}