Bytecoin Hoje
Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje
What is Bytecoin Hoje?
Bytecoin Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje".
Extension Screenshots
Download Bytecoin Hoje Extension CRX File
Download Bytecoin Hoje extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. :)
Extension Basic Information
Name | Bytecoin Hoje |
ID | kpajgimkaikachmhlihkfchdhjapeime |
Official URL | https://chromewebstore.google.com/detail/bytecoin-hoje/kpajgimkaikachmhlihkfchdhjapeime |
Description | Veja a cotação do Bytecoin através do DolarHoje.com/bytecoin-hoje |
File Size | 10.06 KB |
Installation Count | 12 |
Current Version | 0.0.2 |
Last Updated | 2021-02-28 |
Publish Date | 2018-05-21 |
Developer | https://dolarhoje.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dolarhoje.com/bytecoin-hoje/ |
Supported Languages | 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" ] } ] } |