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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TubeG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
    }
}