Drakemoon Helper

Don't get tricked.

Qu'est-ce que Drakemoon Helper ?

Drakemoon Helper est une extension Chrome développée par Drepic, et sa fonction principale est "Don't get tricked.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Drakemoon Helper

Téléchargez les fichiers d'extension Drakemoon Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Drakemoon Helper Drakemoon Helper
ID mfijlmboapmgbkmfhnnlkemmhkceigmj
URL Officiel https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj
Description Don't get tricked.
Taille du Fichier 146 KB
Nombre d'Installations 47
Version Actuelle 1.7
Dernière Mise à Jour 2017-08-07
Date de Publication 2017-08-07
Évaluation 4.29/5 Total 7 Évaluations
Développeur Drepic
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}