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
Eメール [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"
            ]
        }
    ]
}