CryptoRates

Live Cryptocurrency rates for your browser

ما هو CryptoRates؟

CryptoRates هو إضافة Chrome تم تطويرها بواسطة Crypto Rates، والميزة الرئيسية لها هي "Live Cryptocurrency rates for your browser".

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

screenshot
screenshot
screenshot

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

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

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

                        Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. 

This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened.

Keep up-to-date with the latest exchange rates for your cryptocurrency investments!

Contact Us: https://www.crypto-rates.net/contact-us.html
About Us: https://www.crypto-rates.net/about-us.html
Terms of Use: https://www.crypto-rates.net/terms.html
Privacy Policy: https://www.crypto-rates.net/privacy-policy.html                    

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

الاسم CryptoRates CryptoRates
ID kknbnipbgkcijjfijmkkbeoajnemlhfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo
الوصف Live Cryptocurrency rates for your browser
حجم الملف 884 KB
عدد التثبيتات 20
النسخة الحالية 1.0.1
آخر تحديث 2021-12-07
تاريخ النشر 2021-07-19
تقييم 5.00/5 مجموع تقييمات 27
المطور Crypto Rates
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.crypto-rates.net/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoRates ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Live Cryptocurrency rates for your browser",
    "permissions": [],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ]
}