2FA Live

Receive the two-factor authentication code most easily.

什么是2FA Live?

2FA Live是由writecode.one开发的Chrome扩展程序,该扩展的主要功能是“Receive the two-factor authentication code most easily.”。

扩展截图

screenshot
screenshot

下载2FA Live扩展crx文件

下载2FA Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✔ English version
Fast and accurate 2FA (Two-factor authentication) security code grabber for social media accounts and other accounts, Utility tool, powerful operation from only 0.01s

✔ Việt Nam
Trình lấy mã bảo mật 2FA (Xác thực hai yếu tố) nhanh chóng và chính xác cho tài khoản mạng xã hội và các tài khoản khác, Công cụ tiện ích, thao tác mạnh mẽ chỉ từ 0,01 giây                    

扩展基本信息

名称 2FA Live 2FA Live
ID ipfpipdgeogfdloffmjmbllbanelachb
官方URL https://chromewebstore.google.com/detail/2fa-live/ipfpipdgeogfdloffmjmbllbanelachb
简介 Receive the two-factor authentication code most easily.
文件大小 234 KB
安装次数 1,000
当前版本 1.0.0.2
更新时间 2023-12-17
上架时间 2023-11-07
评分 5.00/5 共11次评分
开发者 writecode.one
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "2FA Live",
    "name": "2FA Live",
    "description": "Receive the two-factor authentication code most easily.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Click Me",
        "default_popup": "pages\/popup.html"
    },
    "manifest_version": 3,
    "version": "1.0.0.2",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js"
    }
}