Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Wat is Crypto Prices (Binance)?
Crypto Prices (Binance) is een Chrome-extensie ontwikkeld door passbbi, en de belangrijkste functie is "Prices of crypto currencies from Binance.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto Prices (Binance)
Download Crypto Prices (Binance)-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
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Basisinformatie over de Extensie
Naam | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
Officiële URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Beschrijving | Prices of crypto currencies from Binance.com |
Bestandsgrootte | 24.28 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-01-03 |
Publicatiedatum | 2018-01-03 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | passbbi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |