BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Apa itu BitSkins Two Factor Authenticator?
BitSkins Two Factor Authenticator adalah ekstensi Chrome yang dikembangkan oleh 16austin16, dan fitur utamanya adalah "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BitSkins Two Factor Authenticator
Unduh file ekstensi BitSkins Two Factor Authenticator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
URL Resmi | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
Deskripsi | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
Ukuran File | 423 KB |
Jumlah Instalasi | 336 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-11-19 |
Tanggal Publikasi | 2018-11-19 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | 16austin16 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |