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 là gì?

BitSkins Two Factor Authenticator là một tiện ích mở rộng Chrome được phát triển bởi 16austin16, và tính năng chính của nó là "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BitSkins Two Factor Authenticator

Tải xuống các tệp mở rộng BitSkins Two Factor Authenticator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BitSkins Two Factor Authenticator BitSkins Two Factor Authenticator
ID ajbjengbfoempacdbhkepbenlacfgnca
URL Chính Thức https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca
Mô tả This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Kích Thước Tệp 423 KB
Số Lần Cài Đặt 336
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-11-19
Ngày Phát Hành 2018-11-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 16austin16
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}