BitSkins Two Factor Authenticator
This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Co to jest BitSkins Two Factor Authenticator?
BitSkins Two Factor Authenticator to rozszerzenie Chrome opracowane przez 16austin16, a jego główną funkcją jest „This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BitSkins Two Factor Authenticator
Pobierz pliki rozszerzeń BitSkins Two Factor Authenticator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ajbjengbfoempacdbhkepbenlacfgnca |
Oficjalny URL | https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca |
Opis | This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone! |
Rozmiar pliku | 423 KB |
Liczba instalacji | 336 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-11-19 |
Data Publikacji | 2018-11-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | 16austin16 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |