AggrTrade
Live cryptocurrency trades visualizer.
Wat is AggrTrade?
AggrTrade is een Chrome-extensie ontwikkeld door Aggr Trade, en de belangrijkste functie is "Live cryptocurrency trades visualizer.".
Extensie Screenshots
Download het CRX-bestand van de extensie AggrTrade
Download AggrTrade-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !).
Basisinformatie over de Extensie
Naam | AggrTrade |
ID | dachmjaingllkdmljlfhaphbflehijab |
Officiële URL | https://chromewebstore.google.com/detail/aggrtrade/dachmjaingllkdmljlfhaphbflehijab |
Beschrijving | Live cryptocurrency trades visualizer. |
Bestandsgrootte | 97.2 KB |
Aantal Installaties | 2,612 |
Huidige Versie | 1.24 |
Laatst Bijgewerkt | 2022-05-06 |
Publicatiedatum | 2021-04-13 |
Beoordeling | 4.45/5 Totaal 214 Beoordelingen |
Ontwikkelaar | Aggr Trade |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://aggrtrade-extension.com/privacy.html |
Ondersteunde Talen | 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", " |