Bot BinPro
This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.
Apa itu Bot BinPro?
Bot BinPro adalah ekstensi Chrome yang dikembangkan oleh kibertrader, dan fitur utamanya adalah "This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bot BinPro
Unduh file ekstensi Bot BinPro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Bot BinPro |
ID | fbaippdcboelmbbojniidcihpopeiimb |
URL Resmi | https://chromewebstore.google.com/detail/bot-binpro/fbaippdcboelmbbojniidcihpopeiimb |
Deskripsi | This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool. |
Ukuran File | 365 KB |
Jumlah Instalasi | 748 |
Versi Saat Ini | 8.3.1 |
Terakhir Diperbarui | 2023-11-01 |
Tanggal Publikasi | 2020-11-22 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | kibertrader |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://kibertrader.com/policy_ext |
Bahasa yang Didukung | 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\/*" ] } ] } |