TX-ray (Beta): Protect Your Wallets

🔒The easiest, fastest way to protect your Ethereum wallet.

TX-ray (Beta): Protect Your Wallets क्या है?

TX-ray (Beta): Protect Your Wallets http://txray.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🔒The easiest, fastest way to protect your Ethereum wallet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TX-ray (Beta): Protect Your Wallets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⚙️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                    

एक्सटेंशन की मूल जानकारी

नाम TX-ray (Beta): Protect Your Wallets TX-ray (Beta): Protect Your Wallets
ID japgcbmdokcibjdencjalgfjeglgbcgc
आधिकारिक URL https://chrome.google.com/webstore/detail/tx-ray-beta-protect-your/japgcbmdokcibjdencjalgfjeglgbcgc
विवरण 🔒The easiest, fastest way to protect your Ethereum wallet.
फ़ाइल का आकार 6.45 MB
स्थापना संख्या 15
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2020-03-19
प्रकाशन तिथि 2020-03-19
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://txray.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://txray.io
सहायता पृष्ठ URL http://txray.io/faq
गोपनीयता नीति पृष्ठ URL http://txray.io/privacy
समर्थित भाषाएँ 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'"
}