TubeFinder
Find youtube videos and play them directly.
What is TubeFinder?
TubeFinder is a Chrome extension developed by masiar, and its main feature is "Find youtube videos and play them directly.".
Extension Screenshots
Download TubeFinder Extension CRX File
Download TubeFinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aaifglbficdemcmeoloongneifnnglck |
Official URL | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
Description | Find youtube videos and play them directly. |
File Size | 120 KB |
Installation Count | 234 |
Current Version | 0.1 |
Last Updated | 2014-11-20 |
Publish Date | 2014-11-20 |
Rating | 2.33/5 Total 6 Ratings |
Developer | masiar |
Payment Type | free |
Supported Languages | 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" } } |