TubeG
Open YouTube player in new window with TubeG (Pro) app
什么是TubeG?
TubeG是由https://elitebits.com开发的Chrome扩展程序,该扩展的主要功能是“Open YouTube player in new window with TubeG (Pro) app”。
扩展截图
下载TubeG扩展crx文件
下载TubeG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Works only with TubeG (Pro) app - available only for Mac When you find YouTube video, just click on toolbar icon and enjoy browser-free watching! Download FREE demo: http://elitebits.com/tubeg_pro/ http://elitebits.com/tubeg/ Do you want to watch your favorite videos from YouTube in a separate window and adjust its size? Yes, we want it too and now it's available. Browser window is too big, when you want to do something else you have to change size, hide toolbars etc. Now you can easily open new video link. TubeG (Pro) is a completely NATIVE YouTube app for Mac.
扩展基本信息
名称 | TubeG |
ID | jagnfcnojgfkogbkhbmndjjaineomknf |
官方URL | https://chromewebstore.google.com/detail/tubeg/jagnfcnojgfkogbkhbmndjjaineomknf |
简介 | Open YouTube player in new window with TubeG (Pro) app |
文件大小 | 42.67 KB |
安装次数 | 127 |
当前版本 | 1.4 |
更新时间 | 2016-04-02 |
上架时间 | 2016-04-01 |
评分 | 2.75/5 共4次评分 |
开发者 | https://elitebits.com |
付费类型 | free |
扩展官网 | http://elitebits.com/tubeg_pro/ |
帮助页面URL | http://elitebits.com/tubeg_pro/?id=support |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TubeG", "version": "1.4", "manifest_version": 2, "description": "Open YouTube player in new window with TubeG (Pro) app", "homepage_url": "http:\/\/elitebits.com\/tubeg", "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "browser_action": { "default_icon": { "19": "icons\/toolbar_icon_19.png", "38": "icons\/toolbar_icon_38.png" }, "default_title": "Open in TubeG (Pro)" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*" ], "background": { "scripts": [ "listener.js" ], "persistent": false } } |