Disable Timer Ultimatix

Disables password timer for ultimatix and saves your 45 seconds.

Disable Timer Ultimatix là gì?

Disable Timer Ultimatix là một tiện ích mở rộng Chrome được phát triển bởi Dreambox, và tính năng chính của nó là "Disables password timer for ultimatix and saves your 45 seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable Timer Ultimatix

Tải xuống các tệp mở rộng Disable Timer Ultimatix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable Timer Ultimatix Disable Timer Ultimatix
ID oeglonobmcagjnkfnfpanbgedoafcckn
URL Chính Thức https://chromewebstore.google.com/detail/disable-timer-ultimatix/oeglonobmcagjnkfnfpanbgedoafcckn
Mô tả Disables password timer for ultimatix and saves your 45 seconds.
Kích Thước Tệp 28.29 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-03-14
Ngày Phát Hành 2020-03-14
Nhà Phát Triển Dreambox
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}