TubeFinder
Find youtube videos and play them directly.
Was ist TubeFinder?
TubeFinder ist eine Chrome-Erweiterung, die von masiar entwickelt wurde, und ihr Hauptmerkmal ist "Find youtube videos and play them directly.".
Erweiterungsscreenshots
TubeFinder-Erweiterungs-CRX-Datei herunterladen
Laden Sie TubeFinder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aaifglbficdemcmeoloongneifnnglck |
Offizielle URL | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Beschreibung | Find youtube videos and play them directly. |
Dateigröße | 120 KB |
Installationsanzahl | 234 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-11-20 |
Veröffentlichungsdatum | 2014-11-20 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | masiar |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |