TubeFinder
Find youtube videos and play them directly.
Qu'est-ce que TubeFinder ?
TubeFinder est une extension Chrome développée par masiar, et sa fonction principale est "Find youtube videos and play them directly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TubeFinder
Téléchargez les fichiers d'extension TubeFinder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aaifglbficdemcmeoloongneifnnglck |
URL Officiel | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Description | Find youtube videos and play them directly. |
Taille du Fichier | 120 KB |
Nombre d'Installations | 234 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-11-20 |
Date de Publication | 2014-11-20 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | masiar |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |