Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Cecil Lecture Downloader क्या है?

Cecil Lecture Downloader dtuit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download recorded lectures from Cecil"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cecil Lecture Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}