Bitbns Extension

Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin

ما هو Bitbns Extension؟

Bitbns Extension هو إضافة Chrome تم تطويرها بواسطة https://bitbns.com، والميزة الرئيسية لها هي "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bitbns Extension

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

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

                        Use Bitbns Extension to see arbitrage opportunities between Bitbns and Binance, Huobi, Gate.io and Kucoin. Also, trade faster on Bitbns without switching tabs from Binance, Huobi, Gate.io and Kucoin                    

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

الاسم Bitbns Extension Bitbns Extension
ID chohglfmmlfhnkloampcdmnnhnhegbfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg
الوصف Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
حجم الملف 362 KB
عدد التثبيتات 1,819
النسخة الحالية 2.8.1
آخر تحديث 2021-05-08
تاريخ النشر 2020-06-30
تقييم 3.47/5 مجموع تقييمات 17
المطور https://bitbns.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bitbns.com
عنوان صفحة المساعدة https://bitbns.freshdesk.com
عنوان صفحة سياسة الخصوصية https://bitbns.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitbns Extension",
    "description": "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin",
    "short_name": "Bitbns",
    "current_locale": "10",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logos\/bitbns-48--white.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "16": "img\/logos\/logo-16--whiteTxt.png",
        "32": "img\/logos\/logo-32--whiteTxt.png",
        "48": "img\/logos\/logo-48--whiteTxt.png",
        "128": "img\/logos\/logo-128--whiteTxt.png"
    },
    "permissions": [
        "webRequest",
        "https:\/\/bitbns.com\/*",
        "https:\/\/api.bitbns.com\/*",
        "https:\/\/buyhatke.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.binance.com\/*"
            ],
            "js": [
                ".\/js\/binance.js"
            ],
            "css": [
                ".\/css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.gate.io\/*"
            ],
            "js": [
                ".\/js\/gateio.js"
            ],
            "css": [
                ".\/css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.huobi.com\/*",
                "https:\/\/*.hbg.com\/*"
            ],
            "js": [
                ".\/js\/huobi.js"
            ],
            "css": [
                ".\/css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.kucoin.com\/*"
            ],
            "js": [
                ".\/js\/kucoin.js"
            ],
            "css": [
                ".\/css\/styles.css"
            ]
        }
    ],
    "version": "2.8.1"
}