Cloud disk player helper

Video player helper for cloud disk providers

What is Cloud disk player helper?

Cloud disk player helper is a Chrome extension developed by Uranus Zhou, and its main feature is "Video player helper for cloud disk providers".

Extension Screenshots

screenshot

Download Cloud disk player helper Extension CRX File

Download Cloud disk player helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cloud disk player helper Cloud disk player helper
ID klomjfcgakppceibbbgkbdklmhiiidkl
Official URL https://chromewebstore.google.com/detail/cloud-disk-player-helper/klomjfcgakppceibbbgkbdklmhiiidkl
Description Video player helper for cloud disk providers
File Size 1.42 MB
Installation Count 2,096
Current Version 0.6
Last Updated 2017-01-06
Publish Date 2017-01-06
Rating 3.69/5 Total 13 Ratings
Developer Uranus Zhou
Payment Type free
Extension Website https://zohead.com/
Help Page URL https://github.com/zohead/cloud-disk-player-helper/issues
Supported Languages 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"
}