Drakemoon Helper

Don't get tricked.

Drakemoon Helper क्या है?

Drakemoon Helper Drepic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't get tricked."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drakemoon Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Drakemoon Helper Drakemoon Helper
ID mfijlmboapmgbkmfhnnlkemmhkceigmj
आधिकारिक URL https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj
विवरण Don't get tricked.
फ़ाइल का आकार 146 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.7
अंतिम अपडेट 2017-08-07
प्रकाशन तिथि 2017-08-07
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर Drepic
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}