Drakemoon Helper
Don't get tricked.
O que é Drakemoon Helper?
Drakemoon Helper é uma extensão do Chrome desenvolvida por Drepic, e sua principal característica é "Don't get tricked.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Drakemoon Helper
Baixe arquivos de extensão Drakemoon Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mfijlmboapmgbkmfhnnlkemmhkceigmj |
URL Oficial | https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj |
Descrição | Don't get tricked. |
Tamanho do Arquivo | 146 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.7 |
Última Atualização | 2017-08-07 |
Data de Publicação | 2017-08-07 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | Drepic |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |