Monotp

Your best and fastest OTP/2FA authenticator

What is Monotp?

Monotp is a Chrome extension developed by http://monotp.com, and its main feature is "Your best and fastest OTP/2FA authenticator".

Extension Screenshots

screenshot

Download Monotp Extension CRX File

Download Monotp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fully automated 2FA authenticator. Works like a magic!                    

Extension Basic Information

Name Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
Official URL https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
Description Your best and fastest OTP/2FA authenticator
File Size 1.37 MB
Installation Count 64
Current Version 0.0.1.7
Last Updated 2020-11-07
Publish Date 2020-11-07
Rating 4.25/5 Total 4 Ratings
Developer http://monotp.com
Email [email protected]
Payment Type free
Extension Website https://monotp.com
Help Page URL https://monotp.com/support
Supported Languages 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'; "
}