Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
What is Disable Timer Ultimatix?
Disable Timer Ultimatix is a Chrome extension developed by Dreambox, and its main feature is "Disables password timer for ultimatix and saves your 45 seconds.".
Extension Screenshots
Download Disable Timer Ultimatix Extension CRX File
Download Disable Timer Ultimatix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oeglonobmcagjnkfnfpanbgedoafcckn |
Official URL | https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn |
Description | Disables password timer for ultimatix and saves your 45 seconds. |
File Size | 28.29 KB |
Installation Count | 35 |
Current Version | 0.0.1 |
Last Updated | 2020-03-14 |
Publish Date | 2020-03-14 |
Developer | Dreambox |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |