Drakemoon Helper
Don't get tricked.
什麼是Drakemoon Helper?
Drakemoon Helper是由Drepic開發的Chrome擴展程式,該擴展的主要功能是“Don't get tricked.”。
擴展截圖
下載Drakemoon Helper擴展crx文件
下載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 |
官方網址 | 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\/*" ] } ] } |