Crypto Fear & Greed Index
Show Fear & Greed Index directly on Chrome toolbar
Was ist Crypto Fear & Greed Index?
Crypto Fear & Greed Index ist eine Chrome-Erweiterung, die von Eduar Cardona entwickelt wurde, und ihr Hauptmerkmal ist "Show Fear & Greed Index directly on Chrome toolbar".
Erweiterungsscreenshots
Crypto Fear & Greed Index-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto Fear & Greed Index-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
| Offizielle URL | https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep |
| Beschreibung | Show Fear & Greed Index directly on Chrome toolbar |
| Dateigröße | 34.28 KB |
| Installationsanzahl | 1,267 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2021-08-16 |
| Veröffentlichungsdatum | 2021-08-15 |
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Eduar Cardona |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://gitlab.com/eduararley/cryptoFearGreed |
| Unterstützte Sprachen | 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"
]
} | |