Worldcoin Ticker
A Worldcoin price ticker.
What is Worldcoin Ticker?
Worldcoin Ticker is a Chrome extension developed by bitmink, and its main feature is "A Worldcoin price ticker.".
Extension Screenshots
Download Worldcoin Ticker Extension CRX File
Download Worldcoin 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
Displays the Worldcoin price in USD, BTC, and current trading volume. Donation address: WUEFr315AU4GcWkxogHDq627JA4v8zE6ot
Extension Basic Information
Name | Worldcoin Ticker |
ID | ngbenmohnaipljdgamhacbdlohhccdmc |
Official URL | https://chromewebstore.google.com/detail/worldcoin-ticker/ngbenmohnaipljdgamhacbdlohhccdmc |
Description | A Worldcoin price ticker. |
File Size | 118 KB |
Installation Count | 20 |
Current Version | 0.4 |
Last Updated | 2013-12-28 |
Publish Date | 2013-12-28 |
Rating | 4.00/5 Total 6 Ratings |
Developer | bitmink |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worldcoin Ticker", "description": "A Worldcoin price ticker.", "version": "0.4", "background": { "scripts": [ "js\/vendor\/angular.1.0.8.min.js", "js\/controllers\/tickerCtrl.js" ], "persistent": false }, "permissions": [ "http:\/\/pubapi.cryptsy.com\/api.php?method=singlemarketdata&marketid=14", "http:\/\/data.mtgox.com\/api\/2\/BTCUSD\/money\/ticker_fast" ], "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "ticker.html" } } |