UoA MediaplayerPlus

Unofficial improvements to the UoA mediaplayer.

UoA MediaplayerPlus란 무엇입니까?

UoA MediaplayerPlus은(는) acoollevel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial improvements to the UoA mediaplayer."입니다.

확장 프로그램 스크린샷

screenshot

UoA MediaplayerPlus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        --- 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 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"
            ]
        }
    ]
}