Monotp

Your best and fastest OTP/2FA authenticator

Cos'è Monotp?

Monotp è un'estensione di Chrome sviluppata da http://monotp.com, e la sua funzione principale è "Your best and fastest OTP/2FA authenticator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Monotp

Scarica i file di estensione Monotp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fully automated 2FA authenticator. Works like a magic!                    

Informazioni di Base sull'Estensione

Nome Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
URL Ufficiale https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
Descrizione Your best and fastest OTP/2FA authenticator
Dimensione del File 1.37 MB
Conteggio Installazioni 64
Versione Corrente 0.0.1.7
Ultimo Aggiornamento 2020-11-07
Data di Pubblicazione 2020-11-07
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore http://monotp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://monotp.com
URL della Pagina di Aiuto https://monotp.com/support
Lingue Supportate 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'; "
}