TAULuncher

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

什么是TAULuncher?

TAULuncher是由nyctolex开发的Chrome扩展程序,该扩展的主要功能是“I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.”。

扩展截图

screenshot

下载TAULuncher扩展crx文件

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

扩展使用说明

                        Automatically signing in Tel-Aviv University websites.                    

扩展基本信息

名称 TAULuncher TAULuncher
ID mjipjoiimkegppedpnhjmgeenhekmdjo
官方URL https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo
简介 I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
文件大小 50.26 KB
安装次数 377
当前版本 1.0.0
更新时间 2022-04-01
上架时间 2022-04-01
评分 5.00/5 共3次评分
开发者 nyctolex
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}