Crypto Sniffer
Stay on top of prices
Co je Crypto Sniffer?
Crypto Sniffer je rozšíření Chrome vyvinuté thingsborn, a jeho hlavní funkcí je „Stay on top of prices“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crypto Sniffer
Stáhněte si soubory rozšíření Crypto Sniffer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
[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
Základní Informace o Rozšíření
Název | Crypto Sniffer |
ID | dpbapgldklkefdfeflhgbmpijkgjbbei |
Oficiální URL | https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei |
Popis | Stay on top of prices |
Velikost souboru | 625 KB |
Počet instalací | 36 |
Aktuální Verze | 2.1.0 |
Poslední Aktualizace | 2021-04-14 |
Datum Vydání | 2021-03-11 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | thingsborn |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |