Just-dice.com Enhancement Suite
Provides various enhancements for just-dice.com including a Martingale betting strategy.
Just-dice.com Enhancement Suiteคืออะไร?
Just-dice.com Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sapphire และคุณลักษณะหลักของมันคือ "Provides various enhancements for just-dice.com including a Martingale betting strategy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just-dice.com Enhancement Suite
ดาวน์โหลดไฟล์ส่วนขยาย Just-dice.com Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Chrome extension that provides various enhancements to just-dice.com. Features: FAST Martingale betting strategy including a starting balance, multiplier, stop loss, and odds calculator Real-time fiat currency readout and selector (18 currencies supported) Profit/Day calculator and chart Balance chart 4 series variance chart with stop loss line Idle detection with Auto-Restart Settings persistence Completely open source: https://github.com/TSavo/just-dice.com New/Fixed 1.8 Seperated the UI from the Bot so the UI and charts update even when the bot isn't running Added the stop loss line to the chart Fixed a bug which would stop betting when the bot had invalid settings The bot will now let you run it when your settings exceed your balance, but it will turn the max loss red to let you know you're going to run out of money before you hit your stop loss Addded commas to the fiat conversion readout Fixed the chart reset button Fixed the chart persistence Moved the chart legend to the upper left hand corner 1.7 Added chart legends Added chart persistence (still in testing) Added chart reset button (still not perfect) 1.6 Charts expire datapoints after 200 items to save on memory 1.5 Changed highcharts to flot charts for jquery. Added variance charting. 1.4 Fixed an off by 1 bug which caused the bot to stop at max loss -1. 1.3 Attempting to fix the charts 1.2 Fixed a bug with small numbers reverting to scientific notation. Fixed initial chart size. Added Auto-restart option. Made starting the bot reset the idle detector to 60 more seconds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Just-dice.com Enhancement Suite |
ID | ccbkabncdapjpiondhlmhbhneiopplof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-dicecom-enhancement/ccbkabncdapjpiondhlmhbhneiopplof |
คำอธิบาย | Provides various enhancements for just-dice.com including a Martingale betting strategy. |
ขนาดไฟล์ | 75.08 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2013-11-07 |
วันที่เผยแพร่ | 2013-11-07 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Sapphire |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/detail/just-dicecom-enhancement/ccbkabncdapjpiondhlmhbhneiopplof |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Just-dice.com Enhancement Suite", "description": "Provides various enhancements for just-dice.com including a Martingale betting strategy.", "version": "1.8", "permissions": [ "https:\/\/just-dice.com\/*", "storage" ], "icons": { "16": "dice.png", "48": "dice.png", "128": "dice.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/just-dice.com\/*" ], "js": [ "jquery.min.js", "jquery.flot.js", "jquery.flot.time.js", "main.js" ], "run_at": "document_end" } ] } |