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