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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://apostopher.com, και η κύρια λειτουργία του είναι "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crypto Price Tracker
Λήψη αρχείων επέκτασης Crypto Price Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)" } |