Monotp

Your best and fastest OTP/2FA authenticator

什么是Monotp?

Monotp是由http://monotp.com开发的Chrome扩展程序,该扩展的主要功能是“Your best and fastest OTP/2FA authenticator”。

扩展截图

screenshot

下载Monotp扩展crx文件

下载Monotp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fully automated 2FA authenticator. Works like a magic!                    

扩展基本信息

名称 Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
官方URL https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
简介 Your best and fastest OTP/2FA authenticator
文件大小 1.37 MB
安装次数 64
当前版本 0.0.1.7
更新时间 2020-11-07
上架时间 2020-11-07
评分 4.25/5 共4次评分
开发者 http://monotp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://monotp.com
帮助页面URL https://monotp.com/support
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monotp",
    "version": "0.0.1.7",
    "description": "Your best and fastest OTP\/2FA authenticator",
    "homepage_url": "https:\/\/monotp.com",
    "default_locale": "en",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/monotp-logo-19.png",
        "default_title": "Monotp Authenticator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/monotp-logo-16.png",
        "48": "icons\/monotp-logo-48.png",
        "128": "icons\/monotp-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "contextMenus",
        "notifications",
        "tabs",
        "background",
        "",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; "
}