Doge Helper

Simply show which Reddit Subs allow Dogecoin Tipping.

Cos'è Doge Helper?

Doge Helper è un'estensione di Chrome sviluppata da coding_is_fun, e la sua funzione principale è "Simply show which Reddit Subs allow Dogecoin Tipping.".

Scarica il file CRX dell'estensione Doge Helper

Scarica i file di estensione Doge Helper 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

                        A small icon appears in the top right corner of the browser.

A Red Icon means no tipping allowed.

A Yellow Icon means tipping is allowed and mods have not banned it.

A Green Icon means tipping has been allowed by the mods in the sub.

Enjoy :)

/u/coding_is_fun                    

Informazioni di Base sull'Estensione

Nome Doge Helper Doge Helper
ID elmagecemghfoepdmblmnmahacplalhi
URL Ufficiale https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi
Descrizione Simply show which Reddit Subs allow Dogecoin Tipping.
Dimensione del File 15.4 KB
Conteggio Installazioni 23
Versione Corrente 2.0
Ultimo Aggiornamento 2014-07-03
Data di Pubblicazione 2014-07-03
Sviluppatore coding_is_fun
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Helper",
    "description": "Simply show which Reddit Subs allow Dogecoin Tipping.",
    "version": "2.0",
    "background": {
        "scripts": [
            "DogeHelper.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "yellow.png",
        "default_popup": "DogeHelper.html"
    }
}