TAULuncher

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

TAULuncher क्या है?

TAULuncher nyctolex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TAULuncher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}