TAULuncher
I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
ما هو TAULuncher؟
TAULuncher هو إضافة Chrome تم تطويرها بواسطة nyctolex، والميزة الرئيسية لها هي "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TAULuncher
قم بتنزيل ملفات الامتداد TAULuncher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically signing in Tel-Aviv University websites.
معلومات أساسية عن التمديد
الاسم | 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" ] } ] } |