Drakemoon Helper

Don't get tricked.

Wat is Drakemoon Helper?

Drakemoon Helper is een Chrome-extensie ontwikkeld door Drepic, en de belangrijkste functie is "Don't get tricked.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Drakemoon Helper

Download Drakemoon Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Drakemoon Helper Drakemoon Helper
ID mfijlmboapmgbkmfhnnlkemmhkceigmj
Officiële URL https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj
Beschrijving Don't get tricked.
Bestandsgrootte 146 KB
Aantal Installaties 47
Huidige Versie 1.7
Laatst Bijgewerkt 2017-08-07
Publicatiedatum 2017-08-07
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Drepic
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}