YouTube Video Player

YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.

YouTube Video Player란 무엇입니까?

YouTube Video Player은(는) Online Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

YouTube Video Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can add any YouTube video with these options:

- icon (plus) next to logo on YouTube video detail page
- context menu: right click to background on YouTube video detail page
- context menu: right click to any link, that directed to YouTube video

Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab.

Enjoy!                    

확장 프로그램 기본 정보

이름 YouTube Video Player YouTube Video Player
ID cbklkhaojmgbcgkpbemolkionjbepkfc
공식 URL https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc
설명 YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
파일 크기 138 KB
설치 횟수 13,983
현재 버전 1.1
최근 업데이트 2020-02-29
출시 날짜 2020-02-28
평점 3.59/5 총 34 개의 평점
개발자 Online Apps
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.e-players.net/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Player",
    "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ]
}