criptoprecio

Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…

Apa itu criptoprecio?

criptoprecio adalah ekstensi Chrome yang dikembangkan oleh pablocomiranda, dan fitur utamanya adalah "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi criptoprecio

Unduh file ekstensi criptoprecio 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

                        Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.

Learn about how the value changes and know instantly when crypto prices move. A simple interface helps you visualize the price and changes easily.

Details per coin: Mkt Cap Rank , Price , 1h% change , 1d% change , 1w% change.



No registration required, all information is stored locally.


Follow us on:
Twitter: @criptoprecio                    

Informasi Dasar Ekstensi

Nama criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
URL Resmi https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Deskripsi Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Ukuran File 849 KB
Jumlah Instalasi 98
Versi Saat Ini 16.1
Terakhir Diperbarui 2023-12-06
Tanggal Publikasi 2021-06-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang pablocomiranda
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/ValorCriptoBot
URL Halaman Bantuan https://twitter.com/ValorCriptoBot
URL Halaman Kebijakan Privasi https://developer.chrome.com/docs/webstore/program-policies/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "criptoprecio",
    "version": "16.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}