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
官方網址 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
電子郵箱 [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"
    }
}