ReddCoin Hoje

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

What is ReddCoin Hoje?

ReddCoin Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do ReddCoin através do DolarHoje.com/reddcoin-hoje".

Extension Screenshots

screenshot

Download ReddCoin Hoje Extension CRX File

Download ReddCoin 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/reddcoin-hoje serve para calcular a cotação da Reddcoin em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)                    

Extension Basic Information

Name ReddCoin Hoje ReddCoin Hoje
ID cejeagjmdkeikcpffjjenpeakfcglhge
Official URL https://chromewebstore.google.com/detail/reddcoin-hoje/cejeagjmdkeikcpffjjenpeakfcglhge
Description Veja a cotação do ReddCoin através do DolarHoje.com/reddcoin-hoje
File Size 12.96 KB
Installation Count 14
Current Version 0.0.2
Last Updated 2021-02-28
Publish Date 2018-05-21
Developer https://dolarhoje.com
Email [email protected]
Payment Type free
Extension Website https://dolarhoje.com/reddcoin-hoje/
Supported Languages pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReddCoin Hoje",
    "description": "Veja a cota\u00e7\u00e3o do ReddCoin atrav\u00e9s do DolarHoje.com\/reddcoin-hoje",
    "version": "0.0.2",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "ReddCoin Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "reddcoinhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/reddcoin-hoje\/",
                "https:\/\/dolarhoje.com\/reddcoin-hoje\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}