UoA MediaplayerPlus

Unofficial improvements to the UoA mediaplayer.

UoA MediaplayerPlus क्या है?

UoA MediaplayerPlus acoollevel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial improvements to the UoA mediaplayer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UoA MediaplayerPlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}