Crypto Sniffer
Stay on top of prices
Vad är Crypto Sniffer?
Crypto Sniffer är en Chrome-tillägg utvecklad av thingsborn, och dess huvudfunktion är "Stay on top of prices".
Tilläggsskärmbilder
Ladda ner Crypto Sniffer-förlängningens CRX-fil
Ladda ner Crypto Sniffer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
[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 Grundläggande Information om Tillägg
| Namn | |
| ID | dpbapgldklkefdfeflhgbmpijkgjbbei |
| Officiell webbadress | https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei |
| Beskrivning | Stay on top of prices |
| Filstorlek | 625 KB |
| Antal Installationer | 36 |
| Aktuell Version | 2.1.0 |
| Senast Uppdaterad | 2021-04-14 |
| Publiceringsdatum | 2021-03-11 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | thingsborn |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |