Monotp

Your best and fastest OTP/2FA authenticator

Apa itu Monotp?

Monotp adalah ekstensi Chrome yang dikembangkan oleh http://monotp.com, dan fitur utamanya adalah "Your best and fastest OTP/2FA authenticator".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Monotp

Unduh file ekstensi Monotp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Fully automated 2FA authenticator. Works like a magic!                    

Informasi Dasar Ekstensi

Nama Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
URL Resmi https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
Deskripsi Your best and fastest OTP/2FA authenticator
Ukuran File 1.37 MB
Jumlah Instalasi 64
Versi Saat Ini 0.0.1.7
Terakhir Diperbarui 2020-11-07
Tanggal Publikasi 2020-11-07
Penilaian 4.25/5 Total 4 Penilaian
Pengembang http://monotp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://monotp.com
URL Halaman Bantuan https://monotp.com/support
Bahasa yang Didukung 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'; "
}