Altcoin Ticker

An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.

Cos'è Altcoin Ticker?

Altcoin Ticker è un'estensione di Chrome sviluppata da https://ng-entwicklung.de, e la sua funzione principale è "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Altcoin Ticker

Scarica i file di estensione Altcoin Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Altcoin Ticker - Live prices and more for the top 1000 cryptocurrencies. 

This extensions is 100% free and does not collect any data about you or your browser whatsoever.

Features:

- View and sort the top 1000 cryptocurrencies.

- Save your favorite coins. 

- Dark Mode!

- Historical Data visualization. (Currently only for BTC and ETH)

Feedback and bug reports are very welcome.

With data provided by  https://nomics.com -  🙏                    

Informazioni di Base sull'Estensione

Nome Altcoin Ticker Altcoin Ticker
ID npkcflbplaopngpkdiaiofpfgfhhooml
URL Ufficiale https://chromewebstore.google.com/detail/altcoin-ticker/npkcflbplaopngpkdiaiofpfgfhhooml
Descrizione An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.
Dimensione del File 421 KB
Conteggio Installazioni 18
Versione Corrente 2.3.2
Ultimo Aggiornamento 2020-06-01
Data di Pubblicazione 2020-05-31
Sviluppatore https://ng-entwicklung.de
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://ng-entwicklung.de/contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Altcoin Ticker",
    "version": "2.3.2",
    "description": "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.",
    "icons": {
        "16": "assets\/altticker_16.png",
        "32": "assets\/altticker_32.png",
        "48": "assets\/altticker_48.png",
        "128": "assets\/altticker_128.png",
        "256": "assets\/altticker.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/altticker_16.png",
            "32": "assets\/altticker_32.png",
            "48": "assets\/altticker_48.png",
            "128": "assets\/altticker_128.png",
            "256": "assets\/altticker.png"
        },
        "default_title": "AltTicker",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}