Drakemoon Helper

Don't get tricked.

Cos'è Drakemoon Helper?

Drakemoon Helper è un'estensione di Chrome sviluppata da Drepic, e la sua funzione principale è "Don't get tricked.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Drakemoon Helper

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

                        An chrome extension that adds functionality to the drakemoon csgo crate-opening website. 

Features:

1. Easier representation for the percent chance of winning each item in a case.
2. A percent chance of profit calculated before you purchase a crate. 
3. View the likely worth of each item 

DISCLAIMER: Just because profit is likely, does not mean you will make profit. Please keep this in mind. Also, prices used are generally conservative estimates. However, the actual value you will receive depends greatly on the wear you win.                    

Informazioni di Base sull'Estensione

Nome Drakemoon Helper Drakemoon Helper
ID mfijlmboapmgbkmfhnnlkemmhkceigmj
URL Ufficiale https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj
Descrizione Don't get tricked.
Dimensione del File 146 KB
Conteggio Installazioni 47
Versione Corrente 1.7
Ultimo Aggiornamento 2017-08-07
Data di Pubblicazione 2017-08-07
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Drepic
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drakemoon Helper",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Don't get tricked.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/www.drakemoon.com\/*"
            ]
        }
    ]
}