Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Τι είναι το Cecil Lecture Downloader;

Το Cecil Lecture Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dtuit, και η κύρια λειτουργία του είναι "Easily download recorded lectures from Cecil".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cecil Lecture Downloader

Λήψη αρχείων επέκτασης Cecil Lecture Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Perfect for all UOA students.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
Επίσημο URL https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Περιγραφή Easily download recorded lectures from Cecil
Μέγεθος Αρχείου 10.01 KB
Αριθμός Εγκαταστάσεων 206
Τρέχουσα Έκδοση 0.0.0.5
Τελευταία Ενημέρωση 2015-05-15
Ημερομηνία Δημοσίευσης 2015-05-15
Αξιολόγηση 4.11/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής dtuit
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}