BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
BitSkins Two Factor Authenticatorとは何ですか?
BitSkins Two Factor Authenticatorは16austin16によって開発されたChromeの拡張機能で、その主な機能は「This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!」です。
拡張機能のスクリーンショット
BitSkins Two Factor Authenticator拡張機能のCRXファイルをダウンロード
BitSkins Two Factor Authenticator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
公式URL | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
説明 | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
ファイルサイズ | 423 KB |
インストール数 | 336 |
現在のバージョン | 1.2 |
最終更新日 | 2018-11-19 |
公開日 | 2018-11-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | 16austin16 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/" ] } |