GBB ARB BOT

Chrome Extension to ARB on GBB exchanges

GBB ARB BOTとは何ですか?

GBB ARB BOTはHugoによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to ARB on GBB exchanges」です。

拡張機能のスクリーンショット

GBB ARB BOT拡張機能のCRXファイルをダウンロード

GBB ARB BOT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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                    

拡張機能の基本情報

名前 GBB ARB BOT GBB ARB BOT
ID gbnmgfjabbhpgfaofcieaeomeghdflag
公式URL https://chromewebstore.google.com/detail/gbb-arb-bot/gbnmgfjabbhpgfaofcieaeomeghdflag
説明 Chrome Extension to ARB on GBB exchanges
ファイルサイズ 194 KB
インストール数 16
現在のバージョン 3.4
最終更新日 2019-06-07
公開日 2019-06-07
評価 4.67/5 合計 3 レビュー
開発者 Hugo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chat.whatsapp.com/Ed9GOJMfWp0JMMofqsYnG8
ヘルプページのURL https://chat.whatsapp.com/Ed9GOJMfWp0JMMofqsYnG8
対応言語 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"
    ]
}