TubeFinder

Find youtube videos and play them directly.

Wat is TubeFinder?

TubeFinder is een Chrome-extensie ontwikkeld door masiar, en de belangrijkste functie is "Find youtube videos and play them directly.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TubeFinder

Download TubeFinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
Officiële URL https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
Beschrijving Find youtube videos and play them directly.
Bestandsgrootte 120 KB
Aantal Installaties 234
Huidige Versie 0.1
Laatst Bijgewerkt 2014-11-20
Publicatiedatum 2014-11-20
Beoordeling 2.33/5 Totaal 6 Beoordelingen
Ontwikkelaar masiar
Betalingswijze free
Ondersteunde Talen 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"
    }
}