Monotp

Your best and fastest OTP/2FA authenticator

ما هو Monotp؟

Monotp هو إضافة Chrome تم تطويرها بواسطة http://monotp.com، والميزة الرئيسية لها هي "Your best and fastest OTP/2FA authenticator".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Monotp

قم بتنزيل ملفات الامتداد Monotp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://monotp.com
عنوان صفحة المساعدة 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'; "
}