Disable Timer Ultimatix
Disables password timer for ultimatix and saves your 45 seconds.
什么是Disable Timer Ultimatix?
Disable Timer Ultimatix是由Dreambox开发的Chrome扩展程序,该扩展的主要功能是“Disables password timer for ultimatix and saves your 45 seconds.”。
扩展截图
下载Disable Timer Ultimatix扩展crx文件
下载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" } } |