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'"
}