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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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\/"
    ]
}