TAULuncher

I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.

What is TAULuncher?

TAULuncher is a Chrome extension developed by nyctolex, and its main feature is "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".

Extension Screenshots

screenshot

Download TAULuncher Extension CRX File

Download TAULuncher 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

                        Automatically signing in Tel-Aviv University websites.                    

Extension Basic Information

Name TAULuncher TAULuncher
ID mjipjoiimkegppedpnhjmgeenhekmdjo
Official URL https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo
Description I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
File Size 50.26 KB
Installation Count 377
Current Version 1.0.0
Last Updated 2022-04-01
Publish Date 2022-04-01
Rating 5.00/5 Total 3 Ratings
Developer nyctolex
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.",
    "name": "TAULuncher",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "user data"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nidp.tau.ac.il\/nidp\/*",
                "*:\/\/moodle.tau.ac.il\/*",
                "*:\/\/www.ims.tau.ac.il\/Tal\/",
                "*:\/\/*.ims.tau.ac.il\/Tal\/",
                "*:\/\/ims.tau.ac.il\/Tal\/"
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}