Crypto Currency Price Ticker

Crypto Currency Price Ticker

O que é Crypto Currency Price Ticker?

Crypto Currency Price Ticker é uma extensão do Chrome desenvolvida por wangsai.silence, e sua principal característica é "Crypto Currency Price Ticker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Crypto Currency Price Ticker

Baixe arquivos de extensão Crypto Currency Price Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Crypto Currency Price Ticker Crypto Currency Price Ticker
ID mijakhgijdnecolfkgnhfdfcbpakggic
URL Oficial https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic
Descrição Crypto Currency Price Ticker
Tamanho do Arquivo 121 KB
Contagem de Instalações 31
Versão Atual 1.3.9
Última Atualização 2021-08-27
Data de Publicação 2020-07-27
Desenvolvedor wangsai.silence
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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]"
        }
    }
}