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是由16austin16开发的Chrome扩展程序,该扩展的主要功能是“This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!”。

扩展截图

screenshot

下载BitSkins Two Factor Authenticator扩展crx文件

下载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\/"
    ]
}