HF Gambling Suite
Various tools for gambling on HF!
HF Gambling Suiteคืออะไร?
HF Gambling Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xadamxk และคุณลักษณะหลักของมันคือ "Various tools for gambling on HF!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HF Gambling Suite
ดาวน์โหลดไฟล์ส่วนขยาย HF Gambling Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your HF Experience! Hack Forums Gambling Suite is a compilation of gaming features packed into a single, ultimate suite. From blackjack, slots, and whatever game comes next; HFGS has it all! Changelog: 2018-12-26: Beta 1.1.0: Release Includes: + Includes slots logic + Fixed blackjack bugs involving statistic calculations + Pending blackjack functionality (due to maintenance) 2018-12-11: Beta 1.0.0: Release Includes: + Beta release (Blackjack logic only) + Fixed overall/session net calculations 2018-11-11: Alpha 1.0.0: Release Includes: + Alpha release (Blackjack logic only) + Settings module included Detailed Recent Changes can be found here: https://github.com/xadamxk/HFGS/wiki/Changelog
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gkncdlncbppkmojddfcncglmelgljcal |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hf-gambling-suite/gkncdlncbppkmojddfcncglmelgljcal |
คำอธิบาย | Various tools for gambling on HF! |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | beta 1.1.0 |
อัปเดตครั้งล่าสุด | 2018-12-26 |
วันที่เผยแพร่ | 2018-12-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | xadamxk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/xadamxk/HFGS |
URL หน้าช่วยเหลือ | https://github.com/xadamxk/HFGS/wiki |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HF Gambling Suite", "short_name": "HFGS", "version": "1.1.0", "icons": { "16": "images\/icons\/black\/16_2.png", "32": "images\/icons\/black\/32_2.png", "48": "images\/icons\/black\/48_2.png", "128": "images\/icons\/black\/128_1.png" }, "version_name": "beta 1.1.0", "description": "Various tools for gambling on HF!", "incognito": "spanning", "author": "xadamxk", "offline_enabled": false, "browser_action": { "default_icon": { "16": "images\/icons\/black\/16_2.png", "32": "images\/icons\/black\/32_2.png", "48": "images\/icons\/black\/48_2.png", "128": "images\/icons\/black\/128_1.png" } }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/hackforums.net\/blackjack.php" ], "js": [ "js\/dependencies\/jquery-3.2.1.js", "js\/modules\/blackjack\/statsTableHelper.js", "js\/modules\/blackjack\/historyTableHelper.js", "js\/modules\/blackjack\/requestsHelper.js", "js\/modules\/blackjack\/uiHelper.js", "js\/modules\/blackjack\/gameHelper.js", "js\/modules\/blackjack\/settingsHelper.js", "js\/modules\/blackjack\/blackjack.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/hackforums.net\/slots.php" ], "js": [ "js\/dependencies\/jquery-3.2.1.js", "js\/dependencies\/jquery-ui-1.8.17.custom.min.js", "js\/modules\/slots\/slots.js" ] } ], "permissions": [ "storage", "https:\/\/blackjackdoc.com\/*" ], "web_accessible_resources": [ "\/images\/collapse.gif", "\/images\/collapse_collapsed.gif", "\/images\/dismiss_notice.png" ] } |