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 |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |