AggrTrade

Live cryptocurrency trades visualizer.

AggrTradeとは何ですか?

AggrTradeはAggr Tradeによって開発されたChromeの拡張機能で、その主な機能は「Live cryptocurrency trades visualizer.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Live cryptocurrency trades visualizer.

Main App developed by Kevin "Tucsky" Rostagni 
Send him love via donates <3 (Settings page)

What it do:

Show LIVE trades from exchanges on a specific pair (default BTCUSD)
Filter noise by aggregating trades with the same timestamp
Chart averaged price, buy & sell volume, price sma, volume ema
Play audio when trade show up based on volume
Visualize historical data (when available)


The app fetch the available exchanges products when it starts the first time. So technically every pairs of the supported exchanges are supported. Just type the name in the "pair" settings (without any spaces or caret !).                    

拡張機能の基本情報

名前 AggrTrade AggrTrade
ID dachmjaingllkdmljlfhaphbflehijab
公式URL https://chromewebstore.google.com/detail/aggrtrade/dachmjaingllkdmljlfhaphbflehijab
説明 Live cryptocurrency trades visualizer.
ファイルサイズ 97.2 KB
インストール数 2,612
現在のバージョン 1.24
最終更新日 2022-05-06
公開日 2021-04-13
評価 4.45/5 合計 214 レビュー
開発者 Aggr Trade
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://aggrtrade-extension.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AggrTrade",
    "description": "Live cryptocurrency trades visualizer.",
    "manifest_version": 2,
    "version": "1.24",
    "background": {
        "scripts": [
            "background.js",
            "\/jquery\/jquery-3.6.0.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "\/jquery\/jquery-3.5.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "AggrTrade"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    }
}