KuCoin:Bitcoin,Dogecoin Price Market

Browser extension for KuCoin

ما هو KuCoin:Bitcoin,Dogecoin Price Market؟

KuCoin:Bitcoin,Dogecoin Price Market هو إضافة Chrome تم تطويرها بواسطة KuCoin، والميزة الرئيسية لها هي "Browser extension for KuCoin".

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

screenshot
screenshot

تحميل ملف CRX للإضافة KuCoin:Bitcoin,Dogecoin Price Market

قم بتنزيل ملفات الامتداد KuCoin:Bitcoin,Dogecoin Price Market بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        BTC, ETH, DOGE prices and trends are now available on your browser toolbar, using the most accurate data from KuCoin, the world's top cryptocurrency exchange. You can simply go to the browser toolbar and check cryptocurrency price updated every minute from KuCoin. There are up to 1,000 trading pairs for you to choose, including USD, BTC, KCS, ALTS, NFT, etc.

1. Allows you to add trading pairs to "Favorites";

2. Displays names and logos of trading pairs, as well as 7-day trends, last price, 24h price change, and 24h trading volume.                    

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

الاسم KuCoin:Bitcoin,Dogecoin Price Market KuCoin:Bitcoin,Dogecoin Price Market
ID nalaeminfbmmidadoaegigajbapfajgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/kucoinbitcoindogecoin-pri/nalaeminfbmmidadoaegigajbapfajgi
الوصف Browser extension for KuCoin
حجم الملف 809 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0.6
آخر تحديث 2023-11-22
تاريخ النشر 2021-07-29
تقييم 4.92/5 مجموع تقييمات 129
المطور KuCoin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.kucoin.com
عنوان صفحة المساعدة https://support.kucoin.plus
عنوان صفحة سياسة الخصوصية https://www.kucoin.com/news/privacy-policy?lang=zh_CN
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KuCoin:Bitcoin,Dogecoin Price Market",
    "description": "Browser extension for KuCoin",
    "version": "1.0.6",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "KuCoin"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*\/*"
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/assets3.staticimg.com; object-src 'self'"
}