Bolt

A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex.

Bolt là gì?

Bolt là một tiện ích mở rộng Chrome được phát triển bởi https://elvi.network, và tính năng chính của nó là "A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bolt

Tải xuống các tệp mở rộng Bolt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Introducing Bolt ⚡️:
Completely decentralized, Powered with 0x-instant, uniswap & Radar-relay. And built-on top of metamask!
Reducing friction and enabling users to easily buy and sell crypto from their chrome browser! 

:Pre-requirements:
> Metamask Extension: Very important.
> Minimum Balance to buy/sell crypto with your ETH.

What are you waiting for install the extension, take advantage of instant buying, make good profits on arbitrage and see you in the moon!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bolt Bolt
ID hapoamlkbiajianlbcjmadboneaigled
URL Chính Thức https://chromewebstore.google.com/detail/bolt/hapoamlkbiajianlbcjmadboneaigled
Mô tả A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex.
Kích Thước Tệp 1.97 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.0.10401
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://elvi.network
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bolt",
    "short_name": "Buy ERC20 tokens in a flash!",
    "version": "0.0.0.10401",
    "manifest_version": 2,
    "author": "https:\/\/elvi.network",
    "description": "A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex.",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+X",
                "mac": "Alt+Shift+X",
                "chromeos": "Alt+Shift+X",
                "linux": "Alt+Shift+X"
            }
        }
    },
    "icons": {
        "16": "images\/icon\/icon-16.png",
        "128": "images\/icon\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon\/icon-19.png",
            "38": "images\/icon\/icon-38.png"
        },
        "default_title": "c0x-extesion",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.radarrelay.com\/0x\/v2\/*",
        "unlimitedStorage",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/metamask.io\/*"
        ],
        "ids": [
            "*"
        ]
    }
}