Canvas Extended for Auckland University

Gives you greater control over Canvas lecture videos, including the speed and quality.

Wat is Canvas Extended for Auckland University?

Canvas Extended for Auckland University is een Chrome-extensie ontwikkeld door Oliver Cooper, en de belangrijkste functie is "Gives you greater control over Canvas lecture videos, including the speed and quality.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Canvas Extended for Auckland University

Download Canvas Extended for Auckland University-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        To use Canvas Extended, open a lecture recording on Canvas (it should have .preview at the end of the URL). That's it! For assistance or to report bugs visit the support link.

IMPORTANT: You MUST uninstall the 'Canvas Video Enhancer' extension for this to work correctly!                    

Basisinformatie over de Extensie

Naam Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
Officiële URL https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
Beschrijving Gives you greater control over Canvas lecture videos, including the speed and quality.
Bestandsgrootte 56.35 KB
Aantal Installaties 530
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-04-22
Publicatiedatum 2020-04-22
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Oliver Cooper
Betalingswijze free
Help Pagina-URL http://olivercooper.me/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Extended for Auckland University",
    "version": "1.0.5",
    "description": "Gives you greater control over Canvas lecture videos, including the speed and quality.",
    "permissions": [
        "*:\/\/mediastore.auckland.ac.nz\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}