LuckygamesRobot
Стратегия для автоматической торговли
Qu'est-ce que LuckygamesRobot ?
LuckygamesRobot est une extension Chrome développée par 1358687, et sa fonction principale est "Стратегия для автоматической торговли".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LuckygamesRobot
Téléchargez les fichiers d'extension LuckygamesRobot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Расширение, которое помогает торговать на сайте lucky games, используя математические стратегии.
Informations de Base sur l'Extension
Nom | |
ID | ekifgipnbbialoocjpbedklekkbjghel |
URL Officiel | https://chrome.google.com/webstore/detail/luckygamesrobot/ekifgipnbbialoocjpbedklekkbjghel |
Description | Стратегия для автоматической торговли |
Taille du Fichier | 85.67 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-04-05 |
Date de Publication | 2020-04-05 |
Évaluation | 3.67/5 Total 12 Évaluations |
Développeur | 1358687 |
Type de Paiement | free |
Site Web de l'Extension | https://luckygamesbot.com/ |
URL de la Page d'Aide | https://luckygamesbot.com/ |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LuckygamesRobot", "description": "\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438", "version": "1.0.1", "author": "LuckyGamesRobot", "homepage_url": "https:\/\/luckygamesbot.com\/", "background": { "scripts": [ "scripts\/worker.js" ], "persistent": true }, "permissions": [ "*:\/\/luckygamesbot.com\/*", "*:\/\/luckygames.io\/*" ], "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "128": "assets\/icons\/icon128.png" }, "browser_action": { "default_title": "LuckygamesRobot", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/luckygames.io\/*" ], "js": [ "scripts\/jquery.js", "scripts\/bot.js" ] } ], "manifest_version": 2 } |