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
¿Qué es CryptoJunkie: latest crypto news & prices?
CryptoJunkie: latest crypto news & prices es una extensión de Chrome desarrollada por http://cryptojunkie.io, y su función principal es "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CryptoJunkie: latest crypto news & prices
Descarga archivos de extensión CryptoJunkie: latest crypto news & prices en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | cpgjdheihpmldnkbbonjjlebkacaeecg |
URL Oficial | https://chrome.google.com/webstore/detail/cryptojunkie-latest-crypt/cpgjdheihpmldnkbbonjjlebkacaeecg |
Descripción | When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash |
Tamaño del Archivo | 188 KB |
Cantidad de Instalaciones | 493 |
Versión Actual | 1.0.5 |
Última Actualización | 2017-12-02 |
Fecha de Publicación | 2017-12-02 |
Calificación | 4.45/5 Total de 51 Calificaciones |
Desarrollador | http://cryptojunkie.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://cryptojunkie.io |
Idiomas Soportados | 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" } } |