criptoprecio

Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…

ما هو criptoprecio؟

criptoprecio هو إضافة Chrome تم تطويرها بواسطة pablocomiranda، والميزة الرئيسية لها هي "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة criptoprecio

قم بتنزيل ملفات الامتداد criptoprecio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.

Learn about how the value changes and know instantly when crypto prices move. A simple interface helps you visualize the price and changes easily.

Details per coin: Mkt Cap Rank , Price , 1h% change , 1d% change , 1w% change.



No registration required, all information is stored locally.


Follow us on:
Twitter: @criptoprecio                    

معلومات أساسية عن التمديد

الاسم criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
عنوان URL الرسمي https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
الوصف Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
حجم الملف 849 KB
عدد التثبيتات 98
النسخة الحالية 16.1
آخر تحديث 2023-12-06
تاريخ النشر 2021-06-08
تقييم 5.00/5 مجموع تقييمات 1
المطور pablocomiranda
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitter.com/ValorCriptoBot
عنوان صفحة المساعدة https://twitter.com/ValorCriptoBot
عنوان صفحة سياسة الخصوصية https://developer.chrome.com/docs/webstore/program-policies/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "criptoprecio",
    "version": "16.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}