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

Τι είναι το criptoprecio;

Το criptoprecio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pablocomiranda, και η κύρια λειτουργία του είναι "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
screenshot

Λήψη αρχείου CRX της επέκτασης criptoprecio

Λήψη αρχείων επέκτασης criptoprecio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Επίσημο URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Περιγραφή Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Μέγεθος Αρχείου 849 KB
Αριθμός Εγκαταστάσεων 98
Τρέχουσα Έκδοση 16.1
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2021-06-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής pablocomiranda
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/ValorCriptoBot
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/ValorCriptoBot
URL της Σελίδας Πολιτικής Απορρήτου https://developer.chrome.com/docs/webstore/program-policies/privacy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}