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
Eメール [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'; "
}