Crypto Price Tracker
The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.
Crypto Price Tracker क्या है?
Crypto Price Tracker https://apostopher.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crypto Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get the cryptocurrency prices. Set the trigger to get notified about cryptocurrency price changes. The price updates every minute. Never miss an opportunity to invest in cryptocurrencies! supported currencies: bitcoin, ether(ethereum), ripple, dash, litecoin, neo, monero, verge, cardano and many more...
एक्सटेंशन की मूल जानकारी
नाम | Crypto Price Tracker |
ID | fpkhlnacfhciopipcjpcjmkpldbogaeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/crypto-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo |
विवरण | The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies. |
फ़ाइल का आकार | 711 KB |
स्थापना संख्या | 1,864 |
वर्तमान संस्करण | 6.0.2 |
अंतिम अपडेट | 2022-07-05 |
प्रकाशन तिथि | 2018-12-30 |
रेटिंग | 3.80/5 कुल 49 रेटिंग्स |
डेवलपर | https://apostopher.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://apostopher.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Price Tracker", "short_name": "CryptoTracker", "description": "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.", "version": "6.0.2", "browser_action": { "default_icon": { "16": ".\/icons\/icon-16-logo.png", "32": ".\/icons\/icon-32-logo.png", "48": ".\/icons\/icon-48-logo.png", "96": ".\/icons\/icon-96-logo.png", "128": ".\/icons\/icon-128-logo.png", "256": ".\/icons\/icon-256-logo.png" } }, "icons": { "16": ".\/icons\/icon-16-logo.png", "32": ".\/icons\/icon-32-logo.png", "48": ".\/icons\/icon-48-logo.png", "96": ".\/icons\/icon-96-logo.png", "128": ".\/icons\/icon-128-logo.png", "256": ".\/icons\/icon-256-logo.png" }, "background": { "persistent": true, "scripts": [ "browser-polyfill.js", "background.js" ] }, "permissions": [ "storage", "notifications", "https:\/\/*.bitfinex.com\/*" ], "web_accessible_resources": [ ".\/icons\/icon-256-logo.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.driftt.com 'sha256-hUJloS7fbjeRUiOBqA+agv1pfzF4trxP\/+hXfNinnJw='; object-src 'self'", "author": "Rahul Devaskar (https:\/\/apostopher.com)" } |