TubeFinder

Find youtube videos and play them directly.

Co je TubeFinder?

TubeFinder je rozšíření Chrome vyvinuté masiar, a jeho hlavní funkcí je „Find youtube videos and play them directly.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TubeFinder

Stáhněte si soubory rozšíření TubeFinder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
Oficiální URL https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
Popis Find youtube videos and play them directly.
Velikost souboru 120 KB
Počet instalací 234
Aktuální Verze 0.1
Poslední Aktualizace 2014-11-20
Datum Vydání 2014-11-20
Hodnocení 2.33/5 Celkem 6 Hodnocení
Vývojář masiar
Typ Platby free
Podporované Jazyky 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"
    }
}