2FA Live

Receive the two-factor authentication code most easily.

2FA Liveคืออะไร?

2FA Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย writecode.one และคุณลักษณะหลักของมันคือ "Receive the two-factor authentication code most easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2FA Live

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}