Bolt

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

Bolt란 무엇입니까?

Bolt은(는) https://elvi.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bolt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Bolt Bolt
ID hapoamlkbiajianlbcjmadboneaigled
공식 URL https://chromewebstore.google.com/detail/bolt/hapoamlkbiajianlbcjmadboneaigled
설명 A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex.
파일 크기 1.97 MB
설치 횟수 43
현재 버전 0.0.0.10401
최근 업데이트 2019-03-31
출시 날짜 2019-03-31
평점 5.00/5 총 1 개의 평점
개발자 https://elvi.network
결제 유형 free
지원되는 언어 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": [
            "*"
        ]
    }
}