Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Co to jest Cecil Lecture Downloader?

Cecil Lecture Downloader to rozszerzenie Chrome opracowane przez dtuit, a jego główną funkcją jest „Easily download recorded lectures from Cecil”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cecil Lecture Downloader

Pobierz pliki rozszerzeń Cecil Lecture Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adds a Download button to the Cecil lecture streaming page with options for the quality.

Perfect for all UOA students.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
Oficjalny URL https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Opis Easily download recorded lectures from Cecil
Rozmiar pliku 10.01 KB
Liczba instalacji 206
Aktualna Wersja 0.0.0.5
Ostatnia Aktualizacja 2015-05-15
Data Publikacji 2015-05-15
Ocena 4.11/5 Łącznie 19 Oceny
Deweloper dtuit
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily download recorded lectures from Cecil",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cecil Lecture Downloader",
    "permissions": [
        "contextMenus"
    ],
    "version": "0.0.0.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "skeleton.css",
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}