Crypto Sniffer
Stay on top of prices
Что такое Crypto Sniffer?
Crypto Sniffer - это расширение Chrome, разработанное thingsborn, и его основная функция - "Stay on top of prices".
Снимки экрана расширения
Скачать файл CRX расширения Crypto Sniffer
Скачайте файлы расширений Crypto Sniffer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
[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
Основная информация о расширении
Название | Crypto Sniffer |
ID | dpbapgldklkefdfeflhgbmpijkgjbbei |
Официальный URL | https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei |
Описание | Stay on top of prices |
Размер файла | 625 KB |
Количество установок | 36 |
Текущая Версия | 2.1.0 |
Последнее Обновление | 2021-04-14 |
Дата публикации | 2021-03-11 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | thingsborn |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |