Crypto Currency Price Ticker

Crypto Currency Price Ticker

¿Qué es Crypto Currency Price Ticker?

Crypto Currency Price Ticker es una extensión de Chrome desarrollada por wangsai.silence, y su función principal es "Crypto Currency Price Ticker".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Crypto Currency Price Ticker

Descarga archivos de extensión Crypto Currency Price Ticker 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

                        ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.                    

Información Básica de la Extensión

Nombre Crypto Currency Price Ticker Crypto Currency Price Ticker
ID mijakhgijdnecolfkgnhfdfcbpakggic
URL Oficial https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic
Descripción Crypto Currency Price Ticker
Tamaño del Archivo 121 KB
Cantidad de Instalaciones 31
Versión Actual 1.3.9
Última Actualización 2021-08-27
Fecha de Publicación 2020-07-27
Desarrollador wangsai.silence
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Currency Price Ticker",
    "short_name": "CCPT",
    "version": "1.3.9",
    "description": "Crypto Currency Price Ticker",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "Crypto Currency Price Ticker",
        "browser_style": true,
        "default_popup": "src\/popup\/choose_symbol.html"
    },
    "background": {
        "scripts": [
            "src\/libs\/bignumber.min.js",
            "src\/exchanges\/proxy.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/addons.wangsai.site"
    ],
    "default_locale": "en_US",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}