Cloud disk player helper

Video player helper for cloud disk providers

Cloud disk player helper란 무엇입니까?

Cloud disk player helper은(는) Uranus Zhou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video player helper for cloud disk providers"입니다.

확장 프로그램 스크린샷

screenshot

Cloud disk player helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Video player helper extension for cloud disk providers, currently support 360Cloud (yunpan.cn), BaiduCloud should be added later.

With this extension, you can playback non-mp4(webm) video files (like avi, mkv, rm, rmvb files) online in 360Cloud web pages, online playback relies on "VXG Media Player" Chrome app, if you don't want to install "VXG Media Player" Chrome app, you can also use basic functions like copy transcoded/original video links to other media player.

If you find a bug, please create new issue on GitHub issue page.

Change logs:
2017-01-06 0.6
* Update VXG Media Player API to 1.8.23 version
* Bug fix for closed 360 cloud disk player
2016-07-28 0.5
* Fix sometimes play video page redirect to 360 cloud disk App download bug
* Enable HTML5 player for webm and ogv video on 360 cloud disk
2016-07-27 0.4
* Fix sometimes play mkv like video files redirect to 360 cloud disk App page bug
* Update VXG Media Player API to 1.8.4 version
2016-05-18 0.3
* Fix video play window is not correctly opened bug on 360 cloud disk HTTPS page
* Tip user to redirect to HTTP video play page if needed
* Fix VXG video player window size bug after click play more than one time
* Update VXG Media Player css/js/pnacl files to 1.7.45 version
2016-05-08 0.2
* Fix 360Cloud may redirect to App download page if m3u8 video URL doesn't exist
* Update VXG Media Player css/js/pnacl files to 1.7.44 version
2016-04-07 0.1
* Initial version                    

확장 프로그램 기본 정보

이름 Cloud disk player helper Cloud disk player helper
ID klomjfcgakppceibbbgkbdklmhiiidkl
공식 URL https://chromewebstore.google.com/detail/cloud-disk-player-helper/klomjfcgakppceibbbgkbdklmhiiidkl
설명 Video player helper for cloud disk providers
파일 크기 1.42 MB
설치 횟수 2,096
현재 버전 0.6
최근 업데이트 2017-01-06
출시 날짜 2017-01-06
평점 3.69/5 총 13 개의 평점
개발자 Uranus Zhou
결제 유형 free
확장 프로그램 웹 사이트 https://zohead.com/
도움말 페이지 URL https://github.com/zohead/cloud-disk-player-helper/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Uranus Zhou",
    "default_locale": "en",
    "description": "__MSG_clouddiskplayer_description__",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_clouddiskplayer_name__",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.yunpan.360.cn\/my*",
                "https:\/\/*.yunpan.360.cn\/my*"
            ],
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/360-open-player.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yunpan.360.cn\/videoPlayer\/*",
                "https:\/\/*.yunpan.360.cn\/videoPlayer\/*"
            ],
            "css": [
                "css\/vxgplayer-1.8.23.min.css"
            ],
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/vxgplayer-1.8.23.min.js",
                "js\/360-player.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/48.png",
        "pnacl\/Release\/media_player.nmf",
        "pnacl\/Release\/media_player.pexe"
    ],
    "permissions": [],
    "version": "0.6"
}