TAULuncher
I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
Cos'è TAULuncher?
TAULuncher è un'estensione di Chrome sviluppata da nyctolex, e la sua funzione principale è "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TAULuncher
Scarica i file di estensione TAULuncher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automatically signing in Tel-Aviv University websites. Informazioni di Base sull'Estensione
| Nome | |
| ID | mjipjoiimkegppedpnhjmgeenhekmdjo |
| URL Ufficiale | https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo |
| Descrizione | I got tired of moodle kickig me out after 2 minutes. So I made an addon to help. |
| Dimensione del File | 50.26 KB |
| Conteggio Installazioni | 377 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-04-01 |
| Data di Pubblicazione | 2022-04-01 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | nyctolex |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |