BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
What is BitSkins Two Factor Authenticator?
BitSkins Two Factor Authenticator is a Chrome extension developed by 16austin16, and its main feature is "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".
Extension Screenshots
Download BitSkins Two Factor Authenticator Extension CRX File
Download BitSkins Two Factor Authenticator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
Official URL | 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! |
File Size | 423 KB |
Installation Count | 336 |
Current Version | 1.2 |
Last Updated | 2018-11-19 |
Publish Date | 2018-11-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 16austin16 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |