Crypto Sniffer

Stay on top of prices

Cos'è Crypto Sniffer?

Crypto Sniffer è un'estensione di Chrome sviluppata da thingsborn, e la sua funzione principale è "Stay on top of prices".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crypto Sniffer

Scarica i file di estensione Crypto Sniffer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        [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                    

Informazioni di Base sull'Estensione

Nome Crypto Sniffer Crypto Sniffer
ID dpbapgldklkefdfeflhgbmpijkgjbbei
URL Ufficiale https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei
Descrizione Stay on top of prices
Dimensione del File 625 KB
Conteggio Installazioni 36
Versione Corrente 2.1.0
Ultimo Aggiornamento 2021-04-14
Data di Pubblicazione 2021-03-11
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore thingsborn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}