Disable Timer Ultimatix

Disables password timer for ultimatix and saves your 45 seconds.

Disable Timer Ultimatix क्या है?

Disable Timer Ultimatix Dreambox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables password timer for ultimatix and saves your 45 seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disable Timer Ultimatix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Disable Timer Ultimatix Disable Timer Ultimatix
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"
    }
}