Eclass Downloader

Download Multiple Files From eclass.uth

ما هو Eclass Downloader؟

Eclass Downloader هو إضافة Chrome تم تطويرها بواسطة georzaza، والميزة الرئيسية لها هي "Download Multiple Files From eclass.uth".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Eclass Downloader

قم بتنزيل ملفات الامتداد Eclass Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Μέχρι να καταστεί δυνατή η λειτουργία του "Λήψη όλου του Καταλόγου" στο eclass.uth, δημιούργησα αυτό το extension το οποίο μπορείτε να δοκιμάσετε.                    

معلومات أساسية عن التمديد

الاسم Eclass Downloader Eclass Downloader
ID lkmjedjbimbmidehpdeeiijkkkholalc
عنوان URL الرسمي https://chromewebstore.google.com/detail/eclass-downloader/lkmjedjbimbmidehpdeeiijkkkholalc
الوصف Download Multiple Files From eclass.uth
حجم الملف 70.6 KB
عدد التثبيتات 34
النسخة الحالية 1.0
آخر تحديث 2020-06-24
تاريخ النشر 2020-06-23
المطور georzaza
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fabian Gremper. Edited By Giorgos Zazanis.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Eclass Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Download Multiple Files From eclass.uth",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Eclass Downloader",
    "permissions": [
        "https:\/\/eclass.uth.gr\/*",
        "activeTab",
        "downloads"
    ],
    "version": "1.0"
}