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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Browser extension which enables users to buy their favorite cryptocurrencies in a flash from a non-custodian Dex."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bolt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
            "*"
        ]
    }
}