TAULuncher

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

Apa itu TAULuncher?

TAULuncher adalah ekstensi Chrome yang dikembangkan oleh nyctolex, dan fitur utamanya adalah "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TAULuncher

Unduh file ekstensi TAULuncher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically signing in Tel-Aviv University websites.                    

Informasi Dasar Ekstensi

Nama TAULuncher TAULuncher
ID mjipjoiimkegppedpnhjmgeenhekmdjo
URL Resmi https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo
Deskripsi I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
Ukuran File 50.26 KB
Jumlah Instalasi 377
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-04-01
Tanggal Publikasi 2022-04-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang nyctolex
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}