BLUE - World's Safest & Simplest Wallet
The World's Safest & Simplest Wallet
Co to jest BLUE - World's Safest & Simplest Wallet?
BLUE - World's Safest & Simplest Wallet to rozszerzenie Chrome opracowane przez http://blueprotocol.com, a jego główną funkcją jest „The World's Safest & Simplest Wallet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BLUE - World's Safest & Simplest Wallet
Pobierz pliki rozszerzeń BLUE - World's Safest & Simplest Wallet 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
The world's safest & simplest wallet. Privacy Policy: https://www.blueprotocol.com/privacy-policy/ • Blocks your browser from visiting phishing websites • Supports sending & receiving of almost every ERC20 token! • View total portfolio in USD • Automatic gas/tax calculation • Prevents you from sending money to malicious accounts • Recover private key / word list easily • 100% decentralized • and much, much more!! Blue Wallet is great MetaMask alternative that works with many Dapps such as IDEX and ForkDelta. Enjoy using Blue Wallet!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | laphpbhjhhgigmjoflgcchgodbbclahk |
Oficjalny URL | https://chrome.google.com/webstore/detail/blue-worlds-safest-simple/laphpbhjhhgigmjoflgcchgodbbclahk |
Opis | The World's Safest & Simplest Wallet |
Rozmiar pliku | 7.91 MB |
Liczba instalacji | 750 |
Aktualna Wersja | 3.4 |
Ostatnia Aktualizacja | 2019-09-17 |
Data Publikacji | 2019-09-17 |
Ocena | 5.00/5 Łącznie 65 Oceny |
Deweloper | http://blueprotocol.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.blueprotocol.com |
Adres URL Strony Pomocy | https://www.blueprotocol.com/privacy-policy/ |
Adres URL Strony Polityki Prywatności | https://www.blueprotocol.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BLUE - World's Safest & Simplest Wallet", "version": "3.4", "version_name": "3.4", "manifest_version": 2, "description": "The World's Safest & Simplest Wallet", "homepage_url": "http:\/\/byz.network", "options_page": "options\/index.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "scripts\/bg-service.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BLUE with Byzantine", "default_popup": "index.html" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "js": [ "scripts\/ct-phishing-detect.min.js", "scripts\/content-scripts.min.js", "scripts\/password-manager.min.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "clipboardWrite", "storage", "activeTab" ], "web_accessible_resources": [ "content-scripts\/views\/*", "scripts\/inpage-provider.min.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/sentry.io 'unsafe-eval'; object-src 'self'" } |