Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
Cos'è Disable Timer Ultimatix?
Disable Timer Ultimatix è un'estensione di Chrome sviluppata da Dreambox, e la sua funzione principale è "Disables password timer for ultimatix and saves your 45 seconds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Timer Ultimatix
Scarica i file di estensione Disable Timer Ultimatix 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oeglonobmcagjnkfnfpanbgedoafcckn |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn |
Descrizione | Disables password timer for ultimatix and saves your 45 seconds. |
Dimensione del File | 28.29 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-03-14 |
Data di Pubblicazione | 2020-03-14 |
Sviluppatore | Dreambox |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |