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」です。
拡張機能のスクリーンショット
Matched Betting Calculator拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |