Crypto Fear & Greed Index
Show Fear & Greed Index directly on Chrome toolbar
Wat is Crypto Fear & Greed Index?
Crypto Fear & Greed Index is een Chrome-extensie ontwikkeld door Eduar Cardona, en de belangrijkste functie is "Show Fear & Greed Index directly on Chrome toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto Fear & Greed Index
Download Crypto Fear & Greed Index-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
| Officiële URL | https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep |
| Beschrijving | Show Fear & Greed Index directly on Chrome toolbar |
| Bestandsgrootte | 34.28 KB |
| Aantal Installaties | 1,267 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2021-08-16 |
| Publicatiedatum | 2021-08-15 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Eduar Cardona |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://gitlab.com/eduararley/cryptoFearGreed |
| Ondersteunde Talen | 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"
]
} | |