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\/*" ] } ] } |