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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |