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」です。
拡張機能のスクリーンショット
Cloud disk player helper拡張機能のCRXファイルをダウンロード
Cloud disk player helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" } |