BNB Ticker

This extension Shows BNB coin in USD price.

What is BNB Ticker?

BNB Ticker is a Chrome extension developed by Pieter vd Merwe, and its main feature is "This extension Shows BNB coin in USD price.".

Extension Screenshots

screenshot

Download BNB Ticker Extension CRX File

Download BNB Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The ticker shows Binance Coin(BNB) value in USD. It uses the Binance exchange to get the latest value every 5 minutes. Click on the ticker icon to manually update the price.                    

Extension Basic Information

Name BNB Ticker BNB Ticker
ID aaniejpneacnpmpoilffhjnljcmjgbpo
Official URL https://chromewebstore.google.com/detail/bnb-ticker/aaniejpneacnpmpoilffhjnljcmjgbpo
Description This extension Shows BNB coin in USD price.
File Size 38.88 KB
Installation Count 275
Current Version 1.0.3
Last Updated 2021-05-01
Publish Date 2019-07-16
Rating 5.00/5 Total 1 Ratings
Developer Pieter vd Merwe
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "processor.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "binance-coin-bnb-logo_128x128.png",
        "default_title": "BNB Ticker"
    },
    "description": "This extension Shows BNB coin in USD price.",
    "icons": {
        "128": "binance-coin-bnb-logo_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2j3JNxKUoqJUO6UZcgMvHh1u5xi30pG92m5MBePsRl1gz5rpNnwJ1d1T0fiW9jB1JCW26qhyAszSm8H6KjXNlWeT7fF0XhmEi6mIJPNSGPNExIS\/7c9md4zh3JThky9cFzN2cVMF\/hovzBQvKd5J1MKDAJpRliqAhYfEawu14kOKVXFPgs7mXYjGNASmo\/X4PoUyM+hSlO9cqrYSPJiYn1Xcsp4cyuKanIRG06L2yd0b2807PKcl7L7wHgAN2EnS6T8V9KzkSJ\/iIDGCux09GA+Voh\/LZaG1Meq1mKR57LmdGl1gJjTxZDrSAlCPnX5OkuH2eGIkWBpCKxIHgov\/YwIDAQAB",
    "manifest_version": 2,
    "name": "BNB Ticker",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.binance.com\/*",
        "storage"
    ],
    "short_name": "BNB Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}