Crypto Fear & Greed Index

Show Fear & Greed Index directly on Chrome toolbar

Cos'è Crypto Fear & Greed Index?

Crypto Fear & Greed Index è un'estensione di Chrome sviluppata da Eduar Cardona, e la sua funzione principale è "Show Fear & Greed Index directly on Chrome toolbar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crypto Fear & Greed Index

Scarica i file di estensione Crypto Fear & Greed Index 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

                        Crypto Fear & Greed Index is a browser extension for Chrome and derivate browsers, that shows the latest Crypto Fear & Greed Index, taken directly from alternative.to using its API.                    

Informazioni di Base sull'Estensione

Nome Crypto Fear & Greed Index Crypto Fear & Greed Index
ID ecfmadhigjlfmhihkkohkkiadcljpeep
URL Ufficiale https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep
Descrizione Show Fear & Greed Index directly on Chrome toolbar
Dimensione del File 34.28 KB
Conteggio Installazioni 1,267
Versione Corrente 0.1
Ultimo Aggiornamento 2021-08-16
Data di Pubblicazione 2021-08-15
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Eduar Cardona
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://gitlab.com/eduararley/cryptoFearGreed
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crypto Fear & Greed Index",
    "description": "Show Fear & Greed Index directly on Chrome toolbar",
    "version": "0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms"
    ]
}