Monotp

Your best and fastest OTP/2FA authenticator

Monotp là gì?

Monotp là một tiện ích mở rộng Chrome được phát triển bởi http://monotp.com, và tính năng chính của nó là "Your best and fastest OTP/2FA authenticator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monotp

Tải xuống các tệp mở rộng Monotp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Fully automated 2FA authenticator. Works like a magic!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Monotp Monotp
ID dmcipdcejgpjbmbejacmaddglenhinfn
URL Chính Thức https://chrome.google.com/webstore/detail/monotp/dmcipdcejgpjbmbejacmaddglenhinfn
Mô tả Your best and fastest OTP/2FA authenticator
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.0.1.7
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-11-07
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://monotp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://monotp.com
URL Trang Trợ Giúp https://monotp.com/support
Ngôn Ngữ Được Hỗ Trợ 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'; "
}