Arbitrage Calculator

Quick and easy calculator for your arbitrage/free bet needs

Arbitrage Calculator là gì?

Arbitrage Calculator là một tiện ích mở rộng Chrome được phát triển bởi M.R.E, và tính năng chính của nó là "Quick and easy calculator for your arbitrage/free bet needs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arbitrage Calculator

Tải xuống các tệp mở rộng Arbitrage Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Whether you are using Arbitrage or Matched Betting, this quick and easy calculator, in the comfort of your browser, will increase your speed and efficiency when choosing the right bets to place. Naturally, there will be risks if you don't read up on the methodology. We are not responsible for any losses that you incur whilst using this extension. Use at your own risk.

Version 1.0.3: The extension now maintains data between sessions.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arbitrage Calculator Arbitrage Calculator
ID iccpdknfnbkckoiambmanhidhhcilkkm
URL Chính Thức https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm
Mô tả Quick and easy calculator for your arbitrage/free bet needs
Kích Thước Tệp 48.05 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-09-01
Ngày Phát Hành 2015-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển M.R.E
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arbitrage Calculator",
    "short_name": "Arb",
    "description": "Quick and easy calculator for your arbitrage\/free bet needs",
    "version": "1.0.3",
    "author": "[email protected]",
    "icons": {
        "16": "A16.png",
        "48": "A48.png",
        "128": "A128.png"
    },
    "browser_action": {
        "default_icon": "A.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}