Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Matched Betting Calculatorคืออะไร?

Matched Betting Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebetadviser.co.uk และคุณลักษณะหลักของมันคือ "Matched Betting Calculator Chrome extension from The Bet Adviser"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matched Betting Calculator

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

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

                        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'"
}