Arbitraj: Crypto Price Comparison

Compare cryptocurrency prices across different exchanges

Arbitraj: Crypto Price Comparisonคืออะไร?

Arbitraj: Crypto Price Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arbitraj.io และคุณลักษณะหลักของมันคือ "Compare cryptocurrency prices across different exchanges"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arbitraj: Crypto Price Comparison

ดาวน์โหลดไฟล์ส่วนขยาย Arbitraj: Crypto Price Comparison ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The price of a digital asset can vary from exchange to exchange by as much as 20%. Stop buying at a premium and selling at a discount, and start profiting with this must-have in-browser price comparison assistant. Whether you are a professional crypto trader or a part-time enthusiast, you need this product.

About:

Arbitraj.io is a website for traders to find and leverage arbitrage opportunities between exchanges.

Help us keep Arbitraj working on all your favorite exchanges. If you have any trouble, email us at [email protected].

We currently support trading pairs for most major currencies on exchanges from all over the world, including:

- ACX
- Bibox
- Binance
- Bit-Z
- Bitfinex
- bitFlyer
- Bithumb
- Bitstamp
- Bittrex
- BTCC
- Coinbase Pro
- Coinone
- Cryptopia
- Gatecoin
- Gate.io
- Gemini
- GetBTC
- HitBTC
- IDEX
- itBit
- Korbit
- Kraken
- KuCoin
- Liqui
- Livecoin
- OkCoin
- OKEx
- Poloniex
- WEX                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arbitraj: Crypto Price Comparison Arbitraj: Crypto Price Comparison
ID kannkflplphkpabjoibccfgjkdhhcbmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arbitraj-crypto-price-com/kannkflplphkpabjoibccfgjkdhhcbmg
คำอธิบาย Compare cryptocurrency prices across different exchanges
ขนาดไฟล์ 816 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2018-10-06
วันที่เผยแพร่ 2018-10-06
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://arbitraj.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://arbitraj.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "name": "Arbitraj: Crypto Price Comparison",
    "manifest_version": 2,
    "description": "Compare cryptocurrency prices across different exchanges",
    "page_action": {
        "default_title": "Toggle Arbitraj assistant",
        "default_icon": {
            "19": "img\/icon-19-on.png",
            "38": "img\/icon-38-on.png"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "app.html"
    ],
    "background": {
        "page": "background.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; connect-src http:; style-src * 'unsafe-inline' 'self' blob:; font-src 'self' data:; img-src 'self' data: https:;"
}