Disable Timer Ultimatix

Disables password timer for ultimatix and saves your 45 seconds.

Wat is Disable Timer Ultimatix?

Disable Timer Ultimatix is een Chrome-extensie ontwikkeld door Dreambox, en de belangrijkste functie is "Disables password timer for ultimatix and saves your 45 seconds.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Timer Ultimatix

Download Disable Timer Ultimatix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disable Timer Ultimatix Disable Timer Ultimatix
ID oeglonobmcagjnkfnfpanbgedoafcckn
Officiële URL https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn
Beschrijving Disables password timer for ultimatix and saves your 45 seconds.
Bestandsgrootte 28.29 KB
Aantal Installaties 35
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-03-14
Publicatiedatum 2020-03-14
Ontwikkelaar Dreambox
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}