Media Player for YouTube™

Simple, yet elegant player for YouTube

Media Player for YouTube™란 무엇입니까?

Media Player for YouTube™은(는) Benni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple, yet elegant player for YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Media Player for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Media Player for YouTube™ is an open-source project that aims to enhance the overall YouTube experience by providing the end-user with more control on what the playback process is concerned.

Important Features:
1. Set preferred video playback volume for all videos
2. Control auto-play behavior of the YouTube player
3. Loop a single video in the playlist
4. Loop all videos in the playlist
5. Change video player theme
6. Store videos history (see options page)
7. Integrated with your YouTube account playlist (see options page)                    

확장 프로그램 기본 정보

이름 Media Player for YouTube™ Media Player for YouTube™
ID moebmmkeehmohghiialcoemcmebekbap
공식 URL https://chromewebstore.google.com/detail/media-player-for-youtube/moebmmkeehmohghiialcoemcmebekbap
설명 Simple, yet elegant player for YouTube
파일 크기 97.41 KB
설치 횟수 5,369
현재 버전 0.3.6
최근 업데이트 2017-01-01
출시 날짜 2016-12-31
평점 3.61/5 총 49 개의 평점
개발자 Benni
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://add0n.com/media-player.html
도움말 페이지 URL http://add0n.com/media-player.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.6",
    "manifest_version": 2,
    "short_name": "iyplayer",
    "name": "Media Player for YouTube\u2122",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Simple, yet elegant player for YouTube",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_icon": "data\/icon16.png",
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Media Player for YouTube\u2122"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "http:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "64": "data\/icon64.png",
        "128": "data\/icon128.png"
    }
}