CryptoRates
Live Cryptocurrency rates for your browser
CryptoRates क्या है?
CryptoRates Crypto Rates द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live Cryptocurrency rates for your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CryptoRates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened. Keep up-to-date with the latest exchange rates for your cryptocurrency investments! Contact Us: https://www.crypto-rates.net/contact-us.html About Us: https://www.crypto-rates.net/about-us.html Terms of Use: https://www.crypto-rates.net/terms.html Privacy Policy: https://www.crypto-rates.net/privacy-policy.html
एक्सटेंशन की मूल जानकारी
नाम | CryptoRates |
ID | kknbnipbgkcijjfijmkkbeoajnemlhfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo |
विवरण | Live Cryptocurrency rates for your browser |
फ़ाइल का आकार | 884 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-12-07 |
प्रकाशन तिथि | 2021-07-19 |
रेटिंग | 5.00/5 कुल 27 रेटिंग्स |
डेवलपर | Crypto Rates |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.crypto-rates.net/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoRates ", "version": "1.0.1", "manifest_version": 2, "description": "Live Cryptocurrency rates for your browser", "permissions": [], "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "myScript.js" ] } ] } |