U-Tube Pocket

# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…

U-Tube Pocket란 무엇입니까?

U-Tube Pocket은(는) sandeepfacebook1989에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

U-Tube Pocket 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        # Youtube-chrome-extension.

If you enjoy listening to music on youtube. This extension is for you. 
You can control youtube videos from any of the tab with this simple yet very useful chrome extension.
Play , pause your video and choose next video from the list. 
Its easy and very helpful.                    

확장 프로그램 기본 정보

이름 U-Tube Pocket U-Tube Pocket
ID ejcocklfgjcfffebkmfpkmgbiaahlclo
공식 URL https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo
설명 # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
파일 크기 82.81 KB
설치 횟수 680
현재 버전 1.0.1
최근 업데이트 2018-07-17
출시 날짜 2018-07-17
평점 4.75/5 총 4 개의 평점
개발자 sandeepfacebook1989
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U-Tube Pocket",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/browser_action_icon.png",
        "default_title": "Utube Fun"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}