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.…

Vad är criptoprecio?

criptoprecio är en Chrome-tillägg utvecklad av pablocomiranda, och dess huvudfunktion är "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner criptoprecio-förlängningens CRX-fil

Ladda ner criptoprecio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Officiell webbadress https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Beskrivning Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Filstorlek 849 KB
Antal Installationer 98
Aktuell Version 16.1
Senast Uppdaterad 2023-12-06
Publiceringsdatum 2021-06-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pablocomiranda
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://twitter.com/ValorCriptoBot
Hjälpsida URL https://twitter.com/ValorCriptoBot
URL till Sekretesspolicy Sidan https://developer.chrome.com/docs/webstore/program-policies/privacy
Stödda Språk 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"
            ]
        }
    ]
}