Arbitrage Calculator

This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having…

Arbitrage Calculatorとは何ですか?

Arbitrage CalculatorはJuicedOddsによって開発されたChromeの拡張機能で、その主な機能は「This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having…」です。

拡張機能のスクリーンショット

screenshot

Arbitrage Calculator拡張機能のCRXファイルをダウンロード

Arbitrage Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having this extension at the tip of your fingers can save your bet before it is removed by sports books. Calculations are provided instantly and options to convert between 2-way and 3-way arbitrage bets are available. Lastly, 3 different odds formats are available for your convenience: American, Decimal, and Fraction. There is a small $2 one time fee for use of this calculator to help support future projects and the creator. Best of luck with your arbitrage bets.                    

拡張機能の基本情報

名前 Arbitrage Calculator Arbitrage Calculator
ID fganhdemlbigjkbogkoafaglmdbjafjh
公式URL https://chromewebstore.google.com/detail/arbitrage-calculator/fganhdemlbigjkbogkoafaglmdbjafjh
説明 This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having…
ファイルサイズ 79.42 KB
インストール数 61
現在のバージョン 1.0
最終更新日 2022-12-13
公開日 2022-04-14
評価 3.00/5 合計 2 レビュー
開発者 JuicedOdds
Eメール [email protected]
支払い方法 in_app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "John Robert B. Guazon",
    "name": "Arbitrage Calculator",
    "version": "1.0",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "utils\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Arbitrage Calculator",
        "default_popup": "popup\/assistant.html"
    },
    "options_page": "options\/set.html",
    "background": {
        "service_worker": "background\/background.js"
    }
}