SafeAddress
We help you to protect your crypto transfers.
ما هو SafeAddress؟
SafeAddress هو إضافة Chrome تم تطويرها بواسطة 4CELL Technology، والميزة الرئيسية لها هي "We help you to protect your crypto transfers.".
تحميل ملف CRX للإضافة SafeAddress
قم بتنزيل ملفات الامتداد SafeAddress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |