Cryptocurrency Price Notification
Allow track cryptocurrency price
Cryptocurrency Price Notification क्या है?
Cryptocurrency Price Notification livecode1986one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow track cryptocurrency price"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cryptocurrency Price Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
एक्सटेंशन की मूल जानकारी
नाम | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
विवरण | Allow track cryptocurrency price |
फ़ाइल का आकार | 788 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2021-04-06 |
प्रकाशन तिथि | 2021-04-03 |
डेवलपर | livecode1986one |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |