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文件

下載Bolt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
            "*"
        ]
    }
}