Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Matched Betting Calculator란 무엇입니까?

Matched Betting Calculator은(는) https://thebetadviser.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Matched Betting Calculator Chrome extension from The Bet Adviser"입니다.

확장 프로그램 스크린샷

screenshot

Matched Betting Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Bet Adviser's Matched Betting Calculator is now available as a Chrome extension. Quickly calculate your matched bets while have your chosen bookmaker and/or exchange on the screen at the same time.

The Matched Betting Calculator has various functions including: Qualifying bets, free bets, risk free bets and adjust lay features to easily calculate all of your matched bets quickly and efficiently.                    

확장 프로그램 기본 정보

이름 Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
공식 URL https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
설명 Matched Betting Calculator Chrome extension from The Bet Adviser
파일 크기 57.93 KB
설치 횟수 49
현재 버전 1.0
최근 업데이트 2019-06-06
출시 날짜 2019-06-06
개발자 https://thebetadviser.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thebetadviser.co.uk
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Matched Betting Calculator",
    "description": "Matched Betting Calculator Chrome extension from The Bet Adviser",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/thebetadviser.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/d24n15hnbwhuhn.cloudfront.net; object-src 'self'"
}