BitSkins Two Factor Authenticator

This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!

Что такое BitSkins Two Factor Authenticator?

BitSkins Two Factor Authenticator - это расширение Chrome, разработанное 16austin16, и его основная функция - "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BitSkins Two Factor Authenticator

Скачайте файлы расширений BitSkins Two Factor Authenticator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название BitSkins Two Factor Authenticator BitSkins Two Factor Authenticator
ID ajbjengbfoempacdbhkepbenlacfgnca
Официальный URL https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca
Описание This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Размер файла 423 KB
Количество установок 336
Текущая Версия 1.2
Последнее Обновление 2018-11-19
Дата публикации 2018-11-19
Рейтинг 5.00/5 Всего 2 оценок
Разработчик 16austin16
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitSkins Two Factor Authenticator",
    "description": "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "updatecheck.html",
        "default_title": "BitSkins 2FA"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/ajax.googleapis.com\/"
    ]
}