BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Qu'est-ce que BitSkins Two Factor Authenticator ?
BitSkins Two Factor Authenticator est une extension Chrome développée par 16austin16, et sa fonction principale est "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BitSkins Two Factor Authenticator
Téléchargez les fichiers d'extension BitSkins Two Factor Authenticator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
URL Officiel | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
Description | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
Taille du Fichier | 423 KB |
Nombre d'Installations | 336 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-11-19 |
Date de Publication | 2018-11-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | 16austin16 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |