Monotp

Your best and fastest OTP/2FA authenticator

Qu'est-ce que Monotp ?

Monotp est une extension Chrome développée par http://monotp.com, et sa fonction principale est "Your best and fastest OTP/2FA authenticator".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Monotp

Téléchargez les fichiers d'extension Monotp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Fully automated 2FA authenticator. Works like a magic!                    

Informations de Base sur l'Extension

Nom Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
URL Officiel https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
Description Your best and fastest OTP/2FA authenticator
Taille du Fichier 1.37 MB
Nombre d'Installations 64
Version Actuelle 0.0.1.7
Dernière Mise à Jour 2020-11-07
Date de Publication 2020-11-07
Évaluation 4.25/5 Total 4 Évaluations
Développeur http://monotp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://monotp.com
URL de la Page d'Aide https://monotp.com/support
Langues Prises en Charge 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'; "
}