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 |
电子邮箱 | [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'" } |