SafeAddress
We help you to protect your crypto transfers.
SafeAddress क्या है?
SafeAddress 4CELL Technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We help you to protect your crypto transfers."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SafeAddress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Safe Address! This plugin has been developed to prevent malwares to change your destination address when you try to transfer coins to other wallets, with SafeAddress you will be safe. It will safe to transfer for Cryptos: Bitcoin, Ripple, TRON, IOTA, NEM, NEO, Ethereum, Bitcoin Cash, Cardano, Litecoin, Stellar, EOS.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kblfgicbkhnbamjjkccepkmliodffnkg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg |
विवरण | We help you to protect your crypto transfers. |
फ़ाइल का आकार | 580 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2018-02-18 |
प्रकाशन तिथि | 2018-02-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | 4CELL Technology |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SafeAddress", "description": "We help you to protect your crypto transfers.", "short_name": "SafeAddress", "version": "1.0.6", "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "main.css" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "permissions": [ "debugger", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |