2FA Live

Receive the two-factor authentication code most easily.

2FA Live क्या है?

2FA Live writecode.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive the two-factor authentication code most easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 2FA Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✔ 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"
    }
}