Cryptocurrency Price Notification

Allow track cryptocurrency price

O que é Cryptocurrency Price Notification?

Cryptocurrency Price Notification é uma extensão do Chrome desenvolvida por livecode1986one, e sua principal característica é "Allow track cryptocurrency price".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cryptocurrency Price Notification

Baixe arquivos de extensão Cryptocurrency Price Notification 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

                        Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.                    

Informações Básicas da Extensão

Nome Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
URL Oficial https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Descrição Allow track cryptocurrency price
Tamanho do Arquivo 788 KB
Contagem de Instalações 63
Versão Atual 1.0.6
Última Atualização 2021-04-06
Data de Publicação 2021-04-03
Desenvolvedor livecode1986one
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allow track cryptocurrency price",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Cryptocurrency Price Notification",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Cryptocurrency Price Notification",
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "background"
    ]
}