GBB ARB BOT
Chrome Extension to ARB on GBB exchanges
What is GBB ARB BOT?
GBB ARB BOT is a Chrome extension developed by Hugo, and its main feature is "Chrome Extension to ARB on GBB exchanges".
Extension Screenshots
Download GBB ARB BOT Extension CRX File
Download GBB ARB BOT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- O mais estável, já está rodando há semanas sem problemas - Ciclo BAT ou TEM completo e sem falhas - Mais seguro, não precisa instalar .exe, roda direto no navegador (Google Chrome) - Roda em qualquer sistema operacional (Linux, Windows e Mac) - O mais fácil de configurar https://chat.whatsapp.com/Ed9GOJMfWp0JMMofqsYnG8
Extension Basic Information
Name | GBB ARB BOT |
ID | gbnmgfjabbhpgfaofcieaeomeghdflag |
Official URL | https://chromewebstore.google.com/detail/gbb-arb-bot/gbnmgfjabbhpgfaofcieaeomeghdflag |
Description | Chrome Extension to ARB on GBB exchanges |
File Size | 194 KB |
Installation Count | 16 |
Current Version | 3.4 |
Last Updated | 2019-06-07 |
Publish Date | 2019-06-07 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Hugo |
[email protected] | |
Payment Type | free |
Extension Website | https://chat.whatsapp.com/Ed9GOJMfWp0JMMofqsYnG8 |
Help Page URL | https://chat.whatsapp.com/Ed9GOJMfWp0JMMofqsYnG8 |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GBB ARB BOT", "description": "Chrome Extension to ARB on GBB exchanges", "version": "3.4", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/broker.negociecoins.com.br\/usuario\/privado\/negociacao", "https:\/\/broker.tembtc.com.br\/usuario\/privado\/negociacao" ], "js": [ "js\/orderbookScript.js" ] } ], "icons": { "32": ".\/images\/icon.png", "128": ".\/images\/icon-large.png" }, "browser_action": { "default_title": "GBB Arb Bot", "default_popup": "index.html" }, "permissions": [ "cookies", "storage", "http:\/\/2captcha.com\/**", "https:\/\/broker.tembtc.com.br\/**", "https:\/\/broker.negociecoins.com.br\/**", "https:\/\/broker.batexchange.com.br\/**", "https:\/\/us-central1-cryptochromeext.cloudfunctions.net\/webApi\/**", "https:\/\/api.pushover.net\/1\/messages.json" ] } |