DASH Ticker for Poloniex
DASH Price ticker for Poloniex, Updates every 5 seconds.
What is DASH Ticker for Poloniex?
DASH Ticker for Poloniex is a Chrome extension developed by Kaakati, and its main feature is "DASH Price ticker for Poloniex, Updates every 5 seconds.".
Download DASH Ticker for Poloniex Extension CRX File
Download DASH Ticker for Poloniex 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
Check out other Poloniex tickers by Kaakati for ZEC, Bitcoin & ETH This Extension is free, however if you would like to make a donation to help feed my puppy. For your donations BTC: 1JULAuGxTZMZ44fy63oNRniwBjr55k7zaR ZEC: t1cY4VzYYfA4J74Ssj9mi47x6okFVX1YncH ETH: 0xb7052e56003f779c63e6d5ab37c9c6ca98727c3b
Extension Basic Information
Name | |
ID | ldgpmbhjeeppliganmcnkfhndimfepmp |
Official URL | https://chrome.google.com/webstore/detail/dash-ticker-for-poloniex/ldgpmbhjeeppliganmcnkfhndimfepmp |
Description | DASH Price ticker for Poloniex, Updates every 5 seconds. |
File Size | 157 KB |
Installation Count | 23 |
Current Version | 0.0.1 |
Last Updated | 2017-03-21 |
Publish Date | 2017-03-21 |
Developer | Kaakati |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DASH Ticker for Poloniex", "version": "0.0.1", "manifest_version": 2, "description": "DASH Price ticker for Poloniex, Updates every 5 seconds.", "homepage_url": "http:\/\/poloniex.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "DASH Price Ticker", "default_popup": "src\/browser_action\/browser_action.html" } } |