Bot BinPro
This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Was ist Bot BinPro?
Bot BinPro ist eine Chrome-Erweiterung, die von kibertrader entwickelt wurde, und ihr Hauptmerkmal ist "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".
Erweiterungsscreenshots
Bot BinPro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bot BinPro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Elevate your trading journey with 'Bot BinPro', your indispensable Google Chrome extension for Binomo. Acting as your personal trading robot, it automates your trades on this renowned platform. Designed for effortless profitable trading, its intuitive interface is a breeze to navigate. While not an official Binomo development, 'Bot BinPro' integrates flawlessly with the platform, amplifying your trading prowess. Delight in the ease of automated trading, saving you precious time from market analysis. With 'Bot BinPro', trading smart is now a click away!
Grundlegende Informationen zur Erweiterung
Name | Bot BinPro |
ID | fbaippdcboelmbbojniidcihpopeiimb |
Offizielle URL | https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb |
Beschreibung | This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool. |
Dateigröße | 365 KB |
Installationsanzahl | 748 |
Aktuelle Version | 8.3.1 |
Letztes Update | 2023-11-01 |
Veröffentlichungsdatum | 2020-11-22 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | kibertrader |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://kibertrader.com/policy_ext |
Unterstützte Sprachen | id,ms,en,fil,vi,tr,es,pt-BR,hi,th,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "name": "Bot BinPro", "short_name": "Trader Robot", "version": "8.3.1", "action": { "default_icon": { "38": "logo\/38.png" }, "default_popup": "popup.html", "default_title": "__MSG_title__" }, "icons": { "128": "logo\/128.png", "16": "logo\/16.png", "48": "logo\/48.png", "38": "logo\/38.png" }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*.binomo.com\/*", "https:\/\/id-binomo.com\/*" ] } ] } |