Moodle Session Extender
Extend your moodle sessions!
What is Moodle Session Extender?
Moodle Session Extender is a Chrome extension developed by nikita6, and its main feature is "Extend your moodle sessions!".
Extension Screenshots
Download Moodle Session Extender Extension CRX File
Download Moodle Session Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extend your moodle sessions! Sends your moodle sessions to a server for continuous prolongation. No more relogins! Supports only Innopolis University Moodle
Extension Basic Information
Name | Moodle Session Extender |
ID | jlkihkgdajcdpbnkdlamhiggdggnjmil |
Official URL | https://chromewebstore.google.com/detail/moodle-session-extender/jlkihkgdajcdpbnkdlamhiggdggnjmil |
Description | Extend your moodle sessions! |
File Size | 85.5 KB |
Installation Count | 565 |
Current Version | 0.1.0 |
Last Updated | 2022-08-23 |
Publish Date | 2022-08-22 |
Developer | nikita6 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/DCNick3/moodle-session-ext |
Help Page URL | https://github.com/DCNick3/moodle-session-ext/issues |
Supported Languages | 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" } } |