Drakemoon Helper
Don't get tricked.
Drakemoon Helper là gì?
Drakemoon Helper là một tiện ích mở rộng Chrome được phát triển bởi Drepic, và tính năng chính của nó là "Don't get tricked.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Drakemoon Helper
Tải xuống các tệp mở rộng Drakemoon Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfijlmboapmgbkmfhnnlkemmhkceigmj |
URL Chính Thức | https://chrome.google.com/webstore/detail/drakemoon-helper/mfijlmboapmgbkmfhnnlkemmhkceigmj |
Mô tả | Don't get tricked. |
Kích Thước Tệp | 146 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2017-08-07 |
Ngày Phát Hành | 2017-08-07 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Drepic |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |