Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
What is Canvas Extended for Auckland University?
Canvas Extended for Auckland University is a Chrome extension developed by Oliver Cooper, and its main feature is "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Extension Screenshots
Download Canvas Extended for Auckland University Extension CRX File
Download Canvas Extended for Auckland University extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
Official URL | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Description | Gives you greater control over Canvas lecture videos, including the speed and quality. |
File Size | 56.35 KB |
Installation Count | 530 |
Current Version | 1.0.5 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-22 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Oliver Cooper |
Payment Type | free |
Help Page URL | http://olivercooper.me/ |
Supported Languages | 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 } |