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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SafeAddress SafeAddress
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'"
}