UoA MediaplayerPlus

Unofficial improvements to the UoA mediaplayer.

Was ist UoA MediaplayerPlus?

UoA MediaplayerPlus ist eine Chrome-Erweiterung, die von acoollevel entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial improvements to the UoA mediaplayer.".

Erweiterungsscreenshots

screenshot

UoA MediaplayerPlus-Erweiterungs-CRX-Datei herunterladen

Laden Sie UoA MediaplayerPlus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        --- 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                    

Grundlegende Informationen zur Erweiterung

Name UoA MediaplayerPlus UoA MediaplayerPlus
ID oohpedaigajmdamiaboobdjijopldlkd
Offizielle URL https://chromewebstore.google.com/detail/uoa-mediaplayerplus/oohpedaigajmdamiaboobdjijopldlkd
Beschreibung Unofficial improvements to the UoA mediaplayer.
Dateigröße 42.19 KB
Installationsanzahl 801
Aktuelle Version 0.3.2
Letztes Update 2020-06-14
Veröffentlichungsdatum 2020-06-14
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler acoollevel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://acoollevel.github.io/uoa-mediaplayer-plus/
Unterstützte Sprachen 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"
            ]
        }
    ]
}