Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
Τι είναι το Disable Timer Ultimatix;
Το Disable Timer Ultimatix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dreambox, και η κύρια λειτουργία του είναι "Disables password timer for ultimatix and saves your 45 seconds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disable Timer Ultimatix
Λήψη αρχείων επέκτασης Disable Timer Ultimatix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oeglonobmcagjnkfnfpanbgedoafcckn |
Επίσημο URL | https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn |
Περιγραφή | Disables password timer for ultimatix and saves your 45 seconds. |
Μέγεθος Αρχείου | 28.29 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2020-03-14 |
Ημερομηνία Δημοσίευσης | 2020-03-14 |
Προγραμματιστής | Dreambox |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |