TubeFinder
Find youtube videos and play them directly.
¿Qué es TubeFinder?
TubeFinder es una extensión de Chrome desarrollada por masiar, y su función principal es "Find youtube videos and play them directly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TubeFinder
Descarga archivos de extensión TubeFinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | aaifglbficdemcmeoloongneifnnglck |
URL Oficial | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Descripción | Find youtube videos and play them directly. |
Tamaño del Archivo | 120 KB |
Cantidad de Instalaciones | 234 |
Versión Actual | 0.1 |
Última Actualización | 2014-11-20 |
Fecha de Publicación | 2014-11-20 |
Calificación | 2.33/5 Total de 6 Calificaciones |
Desarrollador | masiar |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |