TX-ray (Beta): Protect Your Wallets
🔒The easiest, fastest way to protect your Ethereum wallet.
Qu'est-ce que TX-ray (Beta): Protect Your Wallets ?
TX-ray (Beta): Protect Your Wallets est une extension Chrome développée par http://txray.io, et sa fonction principale est "🔒The easiest, fastest way to protect your Ethereum wallet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TX-ray (Beta): Protect Your Wallets
Téléchargez les fichiers d'extension TX-ray (Beta): Protect Your Wallets 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
⚙️How TX-ray protects your wallet 1. Register your ethereum wallet address you want to keep safe. 2. Generate protection transactions signed by you. - It requires your private key at the signing moment. - We do not send your private key anywhere over the network. - If you want detailed information, please refer to our FAQ (http://txray.io/faq) 3. Lock & Unlock your Ethereum wallet to protect! 🙌 Who is it for? 1. People who have been hacked into their wallets or who are afraid of hacking. 2. People with difficulties in managing their wallets. 3. Investors with large amounts of assets in their wallets. 4. Blockchain developers and people associated with Ethereum. ❓FAQ - http://txray.io/faq Made with ❤️by SOOHO
Informations de Base sur l'Extension
Nom | |
ID | japgcbmdokcibjdencjalgfjeglgbcgc |
URL Officiel | https://chrome.google.com/webstore/detail/tx-ray-beta-protect-your/japgcbmdokcibjdencjalgfjeglgbcgc |
Description | 🔒The easiest, fastest way to protect your Ethereum wallet. |
Taille du Fichier | 6.45 MB |
Nombre d'Installations | 15 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2020-03-19 |
Date de Publication | 2020-03-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://txray.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://txray.io |
URL de la Page d'Aide | http://txray.io/faq |
URL de la Page de Politique de Confidentialité | http://txray.io/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "TX-ray", "name": "TX-ray (Beta): Protect Your Wallets", "version": "0.3.3", "description": "\ud83d\udd12The easiest, fastest way to protect your Ethereum wallet.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "hot-reload.js" ] }, "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "711317100432-ka8sv4bo4jt6fjg2gnagpetsvtvgb9ua.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": "script-src 'self' 'sha256-f22ekCh8X8zgleKJpb1OYI8oHS4LtmD0C05NqSDFFjc=' https:\/\/www.google-analytics.com; object-src 'self'" } |