Crypto Fear & Greed Index

Show Fear & Greed Index directly on Chrome toolbar

ما هو Crypto Fear & Greed Index؟

Crypto Fear & Greed Index هو إضافة Chrome تم تطويرها بواسطة Eduar Cardona، والميزة الرئيسية لها هي "Show Fear & Greed Index directly on Chrome toolbar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Crypto Fear & Greed Index

قم بتنزيل ملفات الامتداد Crypto Fear & Greed Index بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}