Moodle Session Extender

Extend your moodle sessions!

什么是Moodle Session Extender?

Moodle Session Extender是由nikita6开发的Chrome扩展程序,该扩展的主要功能是“Extend your moodle sessions!”。

扩展截图

screenshot
screenshot

下载Moodle Session Extender扩展crx文件

下载Moodle Session Extender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    }
}