Disable Timer Ultimatix

Disables password timer for ultimatix and saves your 45 seconds.

Hvad er Disable Timer Ultimatix?

Disable Timer Ultimatix er en Chrome-udvidelse udviklet af Dreambox, og dens hovedfunktion er "Disables password timer for ultimatix and saves your 45 seconds.".

Udvidelsesskærmbilleder

screenshot

Download Disable Timer Ultimatix-udvidelses-CRX-fil

Download Disable Timer Ultimatix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Disable Timer Ultimatix Disable Timer Ultimatix
ID oeglonobmcagjnkfnfpanbgedoafcckn
Officiel URL https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn
Beskrivelse Disables password timer for ultimatix and saves your 45 seconds.
Filstørrelse 28.29 KB
Antal Installationer 35
Nuværende Version 0.0.1
Senest Opdateret 2020-03-14
Udgivelsesdato 2020-03-14
Udvikler Dreambox
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}