Dogecoin Market Values

Displays Dogecoin Market Values in /r/dogecoin

What is Dogecoin Market Values?

Dogecoin Market Values is a Chrome extension developed by samuel.elrod, and its main feature is "Displays Dogecoin Market Values in /r/dogecoin".

Extension Screenshots

screenshot

Download Dogecoin Market Values Extension CRX File

Download Dogecoin Market Values 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

                        This simply puts the Current Market Values of Dogecoin above the login bar when browsing anywhere in /r/dogecoin                    

Extension Basic Information

Name Dogecoin Market Values Dogecoin Market Values
ID gbhckmmgcochmaepldphkfenoalbadle
Official URL https://chrome.google.com/webstore/detail/dogecoin-market-values/gbhckmmgcochmaepldphkfenoalbadle
Description Displays Dogecoin Market Values in /r/dogecoin
File Size 36.42 KB
Installation Count 27
Current Version 2.0
Last Updated 2014-05-01
Publish Date 2014-05-01
Rating 4.00/5 Total 5 Ratings
Developer samuel.elrod
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogecoin Market Values",
    "description": "Displays Dogecoin Market Values in \/r\/dogecoin",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Displays Dogecoin Market Values in \/r\/dogecoin"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/dogecoin*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}