Drakemoon Helper

Don't get tricked.

ما هو Drakemoon Helper؟

Drakemoon Helper هو إضافة Chrome تم تطويرها بواسطة Drepic، والميزة الرئيسية لها هي "Don't get tricked.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Drakemoon Helper

قم بتنزيل ملفات الامتداد Drakemoon Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}