CryptoJunkie: latest crypto news & prices
When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash
Τι είναι το CryptoJunkie: latest crypto news & prices;
Το CryptoJunkie: latest crypto news & prices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cryptojunkie.io, και η κύρια λειτουργία του είναι "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CryptoJunkie: latest crypto news & prices
Λήψη αρχείων επέκτασης CryptoJunkie: latest crypto news & prices σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Convert the 'New tab' screen in Chrome into a cryptocurrency dashboard. Each time you open a new tab you'll see: trading tips, news on upcoming ICOs, price tickers, memes, special announcement, cryptocurrency videos, industry updates & much more. Stay up to date on the latest news regarding: Bitcoin, Ethereum, Litecoin, Zcash, Ripple, Dash & more. If you consider yourself a cryptocurrency junkie or you're looking to learn more about cryptos, you MUST have this extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cpgjdheihpmldnkbbonjjlebkacaeecg |
Επίσημο URL | https://chrome.google.com/webstore/detail/cryptojunkie-latest-crypt/cpgjdheihpmldnkbbonjjlebkacaeecg |
Περιγραφή | When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash |
Μέγεθος Αρχείου | 188 KB |
Αριθμός Εγκαταστάσεων | 493 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2017-12-02 |
Ημερομηνία Δημοσίευσης | 2017-12-02 |
Αξιολόγηση | 4.45/5 Συνολικά 51 Αξιολογήσεις |
Προγραμματιστής | http://cryptojunkie.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://cryptojunkie.io |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoJunkie: latest crypto news & prices", "description": "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash", "manifest_version": 2, "version": "1.0.5", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/cdn.embedly.com\/; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/cdn.embedly.com", "permissions": [ "activeTab", "*:\/\/*.google-analytics.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" } } |