Moodle Session Extender

Extend your moodle sessions!

ما هو Moodle Session Extender؟

Moodle Session Extender هو إضافة Chrome تم تطويرها بواسطة nikita6، والميزة الرئيسية لها هي "Extend your moodle sessions!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Moodle Session Extender

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

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

                        Extend your moodle sessions!

Sends your moodle sessions to a server for continuous prolongation. No more relogins!

Supports only Innopolis University Moodle                    

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

الاسم Moodle Session Extender Moodle Session Extender
ID jlkihkgdajcdpbnkdlamhiggdggnjmil
عنوان URL الرسمي https://chromewebstore.google.com/detail/moodle-session-extender/jlkihkgdajcdpbnkdlamhiggdggnjmil
الوصف Extend your moodle sessions!
حجم الملف 85.5 KB
عدد التثبيتات 565
النسخة الحالية 0.1.0
آخر تحديث 2022-08-23
تاريخ النشر 2022-08-22
المطور nikita6
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/DCNick3/moodle-session-ext
عنوان صفحة المساعدة https://github.com/DCNick3/moodle-session-ext/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Session Extender",
    "version": "0.1.0",
    "description": "Extend your moodle sessions!",
    "homepage_url": "https:\/\/github.com\/DCNick3\/moodle-session-ext",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "1024": "icon.e3e2da71.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/moodle.innopolis.university\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodle.innopolis.university\/*"
            ],
            "js": [
                "content.8b0903a5.js"
            ],
            "css": [
                "content.a091c5f2.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.bb495e68.html"
    },
    "background": {
        "service_worker": "background.5cb077dd.js",
        "type": "module"
    }
}