Bytecoin Hoje

Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje

Wat is Bytecoin Hoje?

Bytecoin Hoje is een Chrome-extensie ontwikkeld door https://dolarhoje.com, en de belangrijkste functie is "Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bytecoin Hoje

Download Bytecoin Hoje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A aplicação do DolarHoje.com/bytecoin-hoje serve para calcular a cotação da Bytecoin em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)                    

Basisinformatie over de Extensie

Naam Bytecoin Hoje Bytecoin Hoje
ID kpajgimkaikachmhlihkfchdhjapeime
Officiële URL https://chromewebstore.google.com/detail/bytecoin-hoje/kpajgimkaikachmhlihkfchdhjapeime
Beschrijving Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje
Bestandsgrootte 10.06 KB
Aantal Installaties 12
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-02-28
Publicatiedatum 2018-05-21
Ontwikkelaar https://dolarhoje.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dolarhoje.com/bytecoin-hoje/
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bytecoin Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Bytecoin atrav\u00e9s do DolarHoje.com\/bytecoin-hoje",
    "version": "0.0.2",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Bytecoin Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "bytecoinhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/bytecoin-hoje\/",
                "https:\/\/dolarhoje.com\/bytecoin-hoje\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}