Canvas Extended for Auckland University

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

Что такое Canvas Extended for Auckland University?

Canvas Extended for Auckland University - это расширение Chrome, разработанное Oliver Cooper, и его основная функция - "Gives you greater control over Canvas lecture videos, including the speed and quality.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Canvas Extended for Auckland University

Скачайте файлы расширений Canvas Extended for Auckland University в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
Официальный URL https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
Описание Gives you greater control over Canvas lecture videos, including the speed and quality.
Размер файла 56.35 KB
Количество установок 530
Текущая Версия 1.0.5
Последнее Обновление 2020-04-22
Дата публикации 2020-04-22
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Oliver Cooper
Тип оплаты free
URL страницы помощи http://olivercooper.me/
Поддерживаемые языки 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
}