Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
What is Reddit BTC Ticker?
Reddit BTC Ticker is a Chrome extension developed by omnibrain, and its main feature is "Add a bitcoin price ticker to the bitcoin subreddit".
Extension Screenshots
Download Reddit BTC Ticker Extension CRX File
Download Reddit BTC 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
New in 1.4: Support for MtRed subreddit New in 1.2: Multi currency support Adds a MtGox bitcoin price ticker to the bitcoin subreddit sidebar.
Extension Basic Information
Name | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Official URL | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
Description | Add a bitcoin price ticker to the bitcoin subreddit |
File Size | 180 KB |
Installation Count | 10 |
Current Version | 1.4 |
Last Updated | 2013-03-09 |
Publish Date | 2013-03-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | omnibrain |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit BTC Ticker", "manifest_version": 2, "version": "1.4", "description": "Add a bitcoin price ticker to the bitcoin subreddit", "permissions": [ "http:\/\/www.reddit.com\/r\/Bitcoin*", "https:\/\/mtgox.com\/api\/1\/BTCUSD\/ticker", "http:\/\/rate-exchange.appspot.com\/currency?from=USD&to=*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/Bitcoin*", "*:\/\/*.reddit.com\/r\/MtRed*" ], "js": [ "jquery-1.9.1.min.js", "btc-ticker.js" ] } ] } |