Yobit Dice Bot
Automated dice bot to play with various strategies and settings for them
Τι είναι το Yobit Dice Bot;
Το Yobit Dice Bot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Swanky Puss Studio, και η κύρια λειτουργία του είναι "Automated dice bot to play with various strategies and settings for them".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Yobit Dice Bot
Λήψη αρχείων επέκτασης Yobit Dice Bot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This dice bot adds new controls to YoBit crypto exchange to automatically play dice. Supports various profitable strategies based on Martingale approach starting from minimal bet and up to aggressive strategy with maximized profit. Benefits: - low level integration with exchange website provides handy and easy to use interface, no unnecessary actions to take, no extra windows - Stealth Mode on top of low level integration makes it nearly impossible for exchange to detect and ban the activity as it look just like manual playing - overall easy-to-use experience, there's no setting or button you need to have some math background or skill to use, so there's no chance to misuse it and loose a lot - calibration, this parameter amends bets the way profit is maximized but maximum possible loss is less then specified percentage of your balance PLEASE USE RESPONSIBLY! EVEN WITH MAXIMUM NUMBER OF STEPS THERE'S A CHENCE TO GET THAT MUCH LOOSES IN ROW!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Yobit Dice Bot |
ID | jnoofdgnnhjidfbcjnhmplilalnohnhi |
Επίσημο URL | https://chromewebstore.google.com/detail/yobit-dice-bot/jnoofdgnnhjidfbcjnhmplilalnohnhi |
Περιγραφή | Automated dice bot to play with various strategies and settings for them |
Μέγεθος Αρχείου | 370 KB |
Αριθμός Εγκαταστάσεων | 341 |
Τρέχουσα Έκδοση | 2.3.2 |
Τελευταία Ενημέρωση | 2021-02-14 |
Ημερομηνία Δημοσίευσης | 2019-10-27 |
Αξιολόγηση | 4.50/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | Swanky Puss Studio |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://t.me/joinchat/FlzXOg3q7x7yEjEsghEOkA |
Διεύθυνση URL της Σελίδας Βοήθειας | https://t.me/joinchat/FlzXOg3q7x7yEjEsghEOkA |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.3.2", "description": "__MSG_description__", "icons": { "128": "content\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "ru", "manifest_version": 2, "background": { "scripts": [ "scripts\/tools.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/yobit.io\/*\/dice\/*", "*:\/\/yobit.net\/*\/dice\/*", "*:\/\/yobitex.net\/*\/dice\/*" ], "js": [ "scripts\/tools.js", "content_scripts\/cs_dice_start.js" ], "css": [ "content\/yobit_dm.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/yobit.io\/*\/dice\/*", "*:\/\/yobit.net\/*\/dice\/*", "*:\/\/yobitex.net\/*\/dice\/*" ], "js": [ "scripts\/jquery-3.3.1.js", "scripts\/tools.js", "scripts\/ui-messages.js", "content_scripts\/cs_dice_end.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications", "*:\/\/yobit.io\/*\/dice\/*", "*:\/\/yobit.net\/*\/dice\/*", "*:\/\/yobitex.net\/*\/dice\/*" ], "web_accessible_resources": [ "core\/*.*", "scripts\/*.*", "content\/*.*", "content_scripts\/*.*", "inject_scripts\/*.*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmGM8nWMlReD15inXjeYmUtCmiSfu3VlpSSmuAICdzPsB99vSQ569R6tFNnvM3no3fmr4iAkXpkUUgzLO4344SI0Opi9NGFKMcL103Jx8shvW6quug9CTW+7eG19iYojwfIKKGopdN8Z9blL+gLRJhQ6SpWFzmb6Mq5KFmn9UCHxIW5wJkXz91NP2i81YMsC3mf9gio01G8yeR7CA6A1oaUEgvPPgd+Gf5wvyTfOHKmV1IL\/yqw+CGjCAz0CFPfpKLXkpqfFUJ\/8x75asxmijX50oEhGvUdYPD8Q90+9QVDBxkMCCVo06NSTWU9cIR4YJLY7wnWNeuO5m45hGozCjBQIDAQAB" } |