BLUE - World's Safest & Simplest Wallet
The World's Safest & Simplest Wallet
Qu'est-ce que BLUE - World's Safest & Simplest Wallet ?
BLUE - World's Safest & Simplest Wallet est une extension Chrome développée par http://blueprotocol.com, et sa fonction principale est "The World's Safest & Simplest Wallet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BLUE - World's Safest & Simplest Wallet
Téléchargez les fichiers d'extension BLUE - World's Safest & Simplest Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | laphpbhjhhgigmjoflgcchgodbbclahk |
URL Officiel | https://chrome.google.com/webstore/detail/blue-worlds-safest-simple/laphpbhjhhgigmjoflgcchgodbbclahk |
Description | The World's Safest & Simplest Wallet |
Taille du Fichier | 7.91 MB |
Nombre d'Installations | 750 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2019-09-17 |
Date de Publication | 2019-09-17 |
Évaluation | 5.00/5 Total 65 Évaluations |
Développeur | http://blueprotocol.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.blueprotocol.com |
URL de la Page d'Aide | https://www.blueprotocol.com/privacy-policy/ |
URL de la Page de Politique de Confidentialité | https://www.blueprotocol.com/privacy-policy |
Langues Prises en Charge | 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'" } |