Crypto Fear & Greed Index

Show Fear & Greed Index directly on Chrome toolbar

Crypto Fear & Greed Index क्या है?

Crypto Fear & Greed Index Eduar Cardona द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Fear & Greed Index directly on Chrome toolbar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crypto Fear & Greed Index एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Crypto Fear & Greed Index Crypto Fear & Greed Index
ID ecfmadhigjlfmhihkkohkkiadcljpeep
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep
विवरण Show Fear & Greed Index directly on Chrome toolbar
फ़ाइल का आकार 34.28 KB
स्थापना संख्या 1,267
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-08-16
प्रकाशन तिथि 2021-08-15
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Eduar Cardona
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://gitlab.com/eduararley/cryptoFearGreed
समर्थित भाषाएँ 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"
    ]
}