Bitcoin Preço Hoje

Sua cotação está no precohoje.com

Apa itu Bitcoin Preço Hoje?

Bitcoin Preço Hoje adalah ekstensi Chrome yang dikembangkan oleh https://www.precohoje.com, dan fitur utamanya adalah "Sua cotação está no precohoje.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Preço Hoje

Unduh file ekstensi Bitcoin Preço Hoje dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Cotação do Bitcoin de uma forma rápida.                    

Informasi Dasar Ekstensi

Nama Bitcoin Preço Hoje Bitcoin Preço Hoje
ID jcdadglejjedjiopinalfkebdibhddih
URL Resmi https://chrome.google.com/webstore/detail/bitcoin-pre%C3%A7o-hoje/jcdadglejjedjiopinalfkebdibhddih
Deskripsi Sua cotação está no precohoje.com
Ukuran File 24.3 KB
Jumlah Instalasi 17
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2018-08-28
Tanggal Publikasi 2018-08-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.precohoje.com
Tipe Pembayaran free
Situs Ekstensi https://precohoje.com
URL Halaman Bantuan https://precohoje.com/contato
Bahasa yang Didukung pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Pre\u00e7o Hoje",
    "description": "Sua cota\u00e7\u00e3o est\u00e1 no precohoje.com",
    "version": "0.1.2",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "bitcoin.png",
        "default_title": "Pre\u00e7o Hoje"
    },
    "icons": {
        "128": "bitcoin.png"
    },
    "permissions": [
        "http:\/\/precohoje.com\/",
        "https:\/\/precohoje.com\/"
    ],
    "omnibox": {
        "keyword": "bitcoinhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/precohoje.com\/",
                "https:\/\/precohoje.com\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}