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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}