YTFind

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

Apa itu YTFind?

YTFind adalah ekstensi Chrome yang dikembangkan oleh http://mattheakis.com, dan fitur utamanya adalah "YTFind allows you to search for the dialogue in Youtube videos.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YTFind

Unduh file ekstensi YTFind dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
URL Resmi https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
Deskripsi YTFind allows you to search for the dialogue in Youtube videos.
Ukuran File 44.49 KB
Jumlah Instalasi 154
Versi Saat Ini 1.35.7
Terakhir Diperbarui 2015-03-15
Tanggal Publikasi 2015-03-15
Penilaian 3.92/5 Total 13 Penilaian
Pengembang http://mattheakis.com
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}