Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
ما هو Disable Timer Ultimatix؟
Disable Timer Ultimatix هو إضافة Chrome تم تطويرها بواسطة Dreambox، والميزة الرئيسية لها هي "Disables password timer for ultimatix and saves your 45 seconds.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable Timer Ultimatix
قم بتنزيل ملفات الامتداد Disable Timer Ultimatix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Users have to wait for 45 seconds for logging in ultimatix.net when the login method is password. There is no timer on login via auth code on ultimatix.net. This is their way to encourage use of authenticator app, but it results in waste of users’ time when they don’t have their phones around. The purpose of the extension is to solve that problem.
معلومات أساسية عن التمديد
الاسم | |
ID | oeglonobmcagjnkfnfpanbgedoafcckn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn |
الوصف | Disables password timer for ultimatix and saves your 45 seconds. |
حجم الملف | 28.29 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-03-14 |
تاريخ النشر | 2020-03-14 |
المطور | Dreambox |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Timer Ultimatix", "version": "0.0.1", "manifest_version": 2, "description": "Disables password timer for ultimatix and saves your 45 seconds.", "permissions": [ "https:\/\/auth.ultimatix.net\/*", "http:\/\/auth.ultimatix.net\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/auth.ultimatix.net\/*", "http:\/\/auth.ultimatix.net\/*" ], "js": [ "inject.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |