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