TubeFinder

Find youtube videos and play them directly.

Co to jest TubeFinder?

TubeFinder to rozszerzenie Chrome opracowane przez masiar, a jego główną funkcją jest „Find youtube videos and play them directly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TubeFinder

Pobierz pliki rozszerzeń TubeFinder 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
Oficjalny URL https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
Opis Find youtube videos and play them directly.
Rozmiar pliku 120 KB
Liczba instalacji 234
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-11-20
Data Publikacji 2014-11-20
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper masiar
Typ Płatności free
Obsługiwane Języki 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"
    }
}