Drakemoon Helper
Don't get tricked.
Что такое Drakemoon Helper?
Drakemoon Helper - это расширение Chrome, разработанное Drepic, и его основная функция - "Don't get tricked.".
Снимки экрана расширения
Скачать файл CRX расширения Drakemoon Helper
Скачайте файлы расширений Drakemoon Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
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\/*" ] } ] } |