TubeFinder
Find youtube videos and play them directly.
什么是TubeFinder?
TubeFinder是由masiar开发的Chrome扩展程序,该扩展的主要功能是“Find youtube videos and play them directly.”。
扩展截图
下载TubeFinder扩展crx文件
下载TubeFinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | aaifglbficdemcmeoloongneifnnglck |
官方URL | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
简介 | Find youtube videos and play them directly. |
文件大小 | 120 KB |
安装次数 | 234 |
当前版本 | 0.1 |
更新时间 | 2014-11-20 |
上架时间 | 2014-11-20 |
评分 | 2.33/5 共6次评分 |
开发者 | masiar |
付费类型 | free |
支持的语言 | 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" } } |