KIT Ilias Session Refresher
Automatically responds to session reminders by the KIT Ilias system
What is KIT Ilias Session Refresher?
KIT Ilias Session Refresher is a Chrome extension developed by SeineEloquenz, and its main feature is "Automatically responds to session reminders by the KIT Ilias system".
Extension Screenshots
Download KIT Ilias Session Refresher Extension CRX File
Download KIT Ilias Session Refresher 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
Are you too annoyed that ilias logs you out every time you want to actually learn something for university? I know you are. With this extension and a little change to your ilias settings ilias (hopefully) won't bother you again. At least in this aspect. I can't fix the potato servers. How to use: * Click on your profile pic in the upper right corner of the ilias page and go into settings * Tick the box for Session-Reminders * Save the settings * Install and enable the extension (if you haven't already done so)
Extension Basic Information
Name | KIT Ilias Session Refresher |
ID | lifdgingcnbhbalcacodcicldbkfdpln |
Official URL | https://chromewebstore.google.com/detail/kit-ilias-session-refresh/lifdgingcnbhbalcacodcicldbkfdpln |
Description | Automatically responds to session reminders by the KIT Ilias system |
File Size | 18.93 KB |
Installation Count | 77 |
Current Version | 1.0 |
Last Updated | 2021-01-21 |
Publish Date | 2021-01-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | SeineEloquenz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SeineEloquenz/kit-ilias-session-refresher |
Help Page URL | https://github.com/SeineEloquenz/kit-ilias-session-refresher/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIT Ilias Session Refresher", "author": "Alexander Linder", "version": "1.0", "description": "Automatically responds to session reminders by the KIT Ilias system", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/ilias.studium.kit.edu\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "script.js" ], "manifest_version": 2 } |