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
官方網址 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'; "
}