2FA Live

Receive the two-factor authentication code most easily.

Was ist 2FA Live?

2FA Live ist eine Chrome-Erweiterung, die von writecode.one entwickelt wurde, und ihr Hauptmerkmal ist "Receive the two-factor authentication code most easily.".

Erweiterungsscreenshots

screenshot
screenshot

2FA Live-Erweiterungs-CRX-Datei herunterladen

Laden Sie 2FA Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✔ 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                    

Grundlegende Informationen zur Erweiterung

Name 2FA Live 2FA Live
ID ipfpipdgeogfdloffmjmbllbanelachb
Offizielle URL https://chromewebstore.google.com/detail/2fa-live/ipfpipdgeogfdloffmjmbllbanelachb
Beschreibung Receive the two-factor authentication code most easily.
Dateigröße 234 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.0.2
Letztes Update 2023-12-17
Veröffentlichungsdatum 2023-11-07
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler writecode.one
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}