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 |
Eメール | [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" ] } ] } |