Disable Timer Ultimatix

Disables password timer for ultimatix and saves your 45 seconds.

Was ist Disable Timer Ultimatix?

Disable Timer Ultimatix ist eine Chrome-Erweiterung, die von Dreambox entwickelt wurde, und ihr Hauptmerkmal ist "Disables password timer for ultimatix and saves your 45 seconds.".

Erweiterungsscreenshots

screenshot

Disable Timer Ultimatix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable Timer Ultimatix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Disable Timer Ultimatix Disable Timer Ultimatix
ID oeglonobmcagjnkfnfpanbgedoafcckn
Offizielle URL https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn
Beschreibung Disables password timer for ultimatix and saves your 45 seconds.
Dateigröße 28.29 KB
Installationsanzahl 35
Aktuelle Version 0.0.1
Letztes Update 2020-03-14
Veröffentlichungsdatum 2020-03-14
Entwickler Dreambox
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}