Crypto Sniffer
Stay on top of prices
¿Qué es Crypto Sniffer?
Crypto Sniffer es una extensión de Chrome desarrollada por thingsborn, y su función principal es "Stay on top of prices".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Crypto Sniffer
Descarga archivos de extensión Crypto Sniffer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
[BETA 3] It shows the Bitcoin price provided by Binance every 15 minutes, it is also possible to add price trackers and you will be notified as soon as the price complies with a current rule. Google Chrome recently changed the default operation of notifications, to make sure you receive all notifications, visit the link below containing more information: https://stackoverflow.com/a/62501966/15368904
Información Básica de la Extensión
Nombre | Crypto Sniffer |
ID | dpbapgldklkefdfeflhgbmpijkgjbbei |
URL Oficial | https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei |
Descripción | Stay on top of prices |
Tamaño del Archivo | 625 KB |
Cantidad de Instalaciones | 36 |
Versión Actual | 2.1.0 |
Última Actualización | 2021-04-14 |
Fecha de Publicación | 2021-03-11 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | thingsborn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Sniffer", "version": "2.1.0", "description": "Stay on top of prices", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-48x48.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "notifications" ], "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } } |