BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Wat is BitSkins Two Factor Authenticator?
BitSkins Two Factor Authenticator is een Chrome-extensie ontwikkeld door 16austin16, en de belangrijkste functie is "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".
Extensie Screenshots
Download het CRX-bestand van de extensie BitSkins Two Factor Authenticator
Download BitSkins Two Factor Authenticator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
Officiële URL | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
Beschrijving | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
Bestandsgrootte | 423 KB |
Aantal Installaties | 336 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-11-19 |
Publicatiedatum | 2018-11-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 16austin16 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |