Crypto Fear & Greed Index
Show Fear & Greed Index directly on Chrome toolbar
What is Crypto Fear & Greed Index?
Crypto Fear & Greed Index is a Chrome extension developed by Eduar Cardona, and its main feature is "Show Fear & Greed Index directly on Chrome toolbar".
Extension Screenshots
Download Crypto Fear & Greed Index Extension CRX File
Download Crypto Fear & Greed Index extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Crypto Fear & Greed Index |
ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
Official URL | https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep |
Description | Show Fear & Greed Index directly on Chrome toolbar |
File Size | 34.28 KB |
Installation Count | 1,267 |
Current Version | 0.1 |
Last Updated | 2021-08-16 |
Publish Date | 2021-08-15 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Eduar Cardona |
[email protected] | |
Payment Type | free |
Help Page URL | https://gitlab.com/eduararley/cryptoFearGreed |
Supported Languages | 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" ] } |