BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Cos'è BitSkins Two Factor Authenticator?
BitSkins Two Factor Authenticator è un'estensione di Chrome sviluppata da 16austin16, e la sua funzione principale è "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BitSkins Two Factor Authenticator
Scarica i file di estensione BitSkins Two Factor Authenticator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
URL Ufficiale | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
Descrizione | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
Dimensione del File | 423 KB |
Conteggio Installazioni | 336 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-11-19 |
Data di Pubblicazione | 2018-11-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | 16austin16 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |