Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
Vad är Disable Timer Ultimatix?
Disable Timer Ultimatix är en Chrome-tillägg utvecklad av Dreambox, och dess huvudfunktion är "Disables password timer for ultimatix and saves your 45 seconds.".
Tilläggsskärmbilder
Ladda ner Disable Timer Ultimatix-förlängningens CRX-fil
Ladda ner Disable Timer Ultimatix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | oeglonobmcagjnkfnfpanbgedoafcckn |
Officiell webbadress | https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn |
Beskrivning | Disables password timer for ultimatix and saves your 45 seconds. |
Filstorlek | 28.29 KB |
Antal Installationer | 35 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2020-03-14 |
Publiceringsdatum | 2020-03-14 |
Utvecklare | Dreambox |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |