Crypto Sniffer
Stay on top of prices
Crypto Sniffer क्या है?
Crypto Sniffer thingsborn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay on top of prices"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crypto Sniffer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[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" } } |