TubeFinder
Find youtube videos and play them directly.
Cos'è TubeFinder?
TubeFinder è un'estensione di Chrome sviluppata da masiar, e la sua funzione principale è "Find youtube videos and play them directly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TubeFinder
Scarica i file di estensione TubeFinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aaifglbficdemcmeoloongneifnnglck |
URL Ufficiale | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Descrizione | Find youtube videos and play them directly. |
Dimensione del File | 120 KB |
Conteggio Installazioni | 234 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-11-20 |
Data di Pubblicazione | 2014-11-20 |
Valutazione | 2.33/5 Totale 6 Valutazioni |
Sviluppatore | masiar |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |