UoA MediaplayerPlus
Unofficial improvements to the UoA mediaplayer.
什么是UoA MediaplayerPlus?
UoA MediaplayerPlus是由acoollevel开发的Chrome扩展程序,该扩展的主要功能是“Unofficial improvements to the UoA mediaplayer.”。
扩展截图
下载UoA MediaplayerPlus扩展crx文件
下载UoA MediaplayerPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
--- IMPORTANT --- Improves the experience for videos hosted on mediaplayer.auckland.ac.nz. Can be installed alongside Canvas Video Enhancer, which works on mediastore.auckland.ac.nz. Before reporting issues, make sure to check where your lecture is hosted. Features: - Download button for watching lectures offline - Keyboard shortcuts: - 'J' and 'L' for seeking - 'K' to play/pause - 'F' to go fullscreen - '>' to speed up and '<' to slow down, '/' to reset speed - Automatically skip copyright notice - Remember where you stopped watching - Various other fixes and improvements Request features, report bugs, and stay updated here: https://acoollevel.github.io/uoa-mediaplayer-plus/ Development - Source code is available on Github: https://github.com/acoollevel/uoa-mediaplayer-plus
扩展基本信息
名称 | UoA MediaplayerPlus |
ID | oohpedaigajmdamiaboobdjijopldlkd |
官方URL | https://chromewebstore.google.com/detail/uoa-mediaplayerplus/oohpedaigajmdamiaboobdjijopldlkd |
简介 | Unofficial improvements to the UoA mediaplayer. |
文件大小 | 42.19 KB |
安装次数 | 801 |
当前版本 | 0.3.2 |
更新时间 | 2020-06-14 |
上架时间 | 2020-06-14 |
评分 | 5.00/5 共6次评分 |
开发者 | acoollevel |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://acoollevel.github.io/uoa-mediaplayer-plus/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UoA MediaplayerPlus", "version": "0.3.2", "description": "Unofficial improvements to the UoA mediaplayer.", "icons": { "16": "static\/images\/logo-16.png", "32": "static\/images\/logo-32.png", "48": "static\/images\/logo-48.png", "96": "static\/images\/logo-96.png", "128": "static\/images\/logo-128.png", "256": "static\/images\/logo-256.png" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{cceae834-2b2c-4073-adc2-15246d1bf2ed}", "update_url": "https:\/\/raw.githubusercontent.com\/acoollevel\/uoa-mediaplayer-plus\/master\/updates.json" } }, "content_scripts": [ { "matches": [ "*:\/\/mediaplayer.auckland.ac.nz\/*" ], "js": [ "arrive.min.js", "utils.js", "plus.js" ], "css": [ "plus.css" ] } ] } |