TubeFinder

Find youtube videos and play them directly.

Apa itu TubeFinder?

TubeFinder adalah ekstensi Chrome yang dikembangkan oleh masiar, dan fitur utamanya adalah "Find youtube videos and play them directly.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TubeFinder

Unduh file ekstensi TubeFinder 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

                        This app lets you search for YouTube videos without the need of opening a new tab and navigating to the YouTube website. It displays the first 5 results of the YouTube search and by clicking on one of them a new tab is opened and the video played. Avid YouTube users will find this app useful as they will not need to open a new tab and search on YouTube for videos they want to see or songs they want to listen.                    

Informasi Dasar Ekstensi

Nama TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
URL Resmi https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
Deskripsi Find youtube videos and play them directly.
Ukuran File 120 KB
Jumlah Instalasi 234
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-11-20
Tanggal Publikasi 2014-11-20
Penilaian 2.33/5 Total 6 Penilaian
Pengembang masiar
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TubeFinder",
    "description": "Find youtube videos and play them directly.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}