TubeFinder
Find youtube videos and play them directly.
Hvad er TubeFinder?
TubeFinder er en Chrome-udvidelse udviklet af masiar, og dens hovedfunktion er "Find youtube videos and play them directly.".
Udvidelsesskærmbilleder
Download TubeFinder-udvidelses-CRX-fil
Download TubeFinder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aaifglbficdemcmeoloongneifnnglck |
Officiel URL | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Beskrivelse | Find youtube videos and play them directly. |
Filstørrelse | 120 KB |
Antal Installationer | 234 |
Nuværende Version | 0.1 |
Senest Opdateret | 2014-11-20 |
Udgivelsesdato | 2014-11-20 |
Bedømmelse | 2.33/5 Samlet 6 Bedømmelser |
Udvikler | masiar |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |