Voladigi Notifications

Voladigi - Crypto arbitrage shows off desktop notifications.

What is Voladigi Notifications?

Voladigi Notifications is a Chrome extension developed by https://voladigi.com, and its main feature is "Voladigi - Crypto arbitrage shows off desktop notifications.".

Extension Screenshots

screenshot
screenshot

Download Voladigi Notifications Extension CRX File

Download Voladigi Notifications 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

                        VOLADIGI - CRYPTO ARBITRAGE
COMPARE QUOTES FROM LARGEST CRYPTO EXCHANGES
AND EXPLORE ARBITRAGE OPPORTUNITIES

Compare competitive prices from major crypto exchanges, such as Bitfinex, kraken, Bittrex and more.
You can use this tool to retrieve crypto arbitrage alerts in real-time, using your chrome browser.
Set your own personal preferences for arbitrage spread alerts.
Stay tuned. More valuable features will be added in the future.                    

Extension Basic Information

Name Voladigi Notifications Voladigi Notifications
ID ciboikhkgoligcefcieadddpgfoolich
Official URL https://chromewebstore.google.com/detail/voladigi-notifications/ciboikhkgoligcefcieadddpgfoolich
Description Voladigi - Crypto arbitrage shows off desktop notifications.
File Size 704 KB
Installation Count 11
Current Version 1.0.0
Last Updated 2018-12-21
Publish Date 2018-12-21
Developer https://voladigi.com
Email [email protected]
Payment Type free
Extension Website https://www.voladigi.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-1.6.4.min.js",
            "jquery.signalR-2.4.0.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "description": "Voladigi - Crypto arbitrage shows off desktop notifications.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2,
    "name": "Voladigi Notifications",
    "short_name": "Voladigi",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "permissions": [
        "notifications",
        "http:\/\/173.234.155.130:8080\/*"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        "48.png"
    ]
}