Dogecoin Market Values

Displays Dogecoin Market Values in /r/dogecoin

Cos'è Dogecoin Market Values?

Dogecoin Market Values è un'estensione di Chrome sviluppata da samuel.elrod, e la sua funzione principale è "Displays Dogecoin Market Values in /r/dogecoin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dogecoin Market Values

Scarica i file di estensione Dogecoin Market Values in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dogecoin Market Values Dogecoin Market Values
ID gbhckmmgcochmaepldphkfenoalbadle
URL Ufficiale https://chrome.google.com/webstore/detail/dogecoin-market-values/gbhckmmgcochmaepldphkfenoalbadle
Descrizione Displays Dogecoin Market Values in /r/dogecoin
Dimensione del File 36.42 KB
Conteggio Installazioni 27
Versione Corrente 2.0
Ultimo Aggiornamento 2014-05-01
Data di Pubblicazione 2014-05-01
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore samuel.elrod
Tipo di Pagamento free
Lingue Supportate 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
}