Surebet calculator
With this surebet calculator you can check if some bet offer an arbitrage opportunity
什么是Surebet calculator?
Surebet calculator是由rocka multimedia开发的Chrome扩展程序,该扩展的主要功能是“With this surebet calculator you can check if some bet offer an arbitrage opportunity”。
扩展截图
下载Surebet calculator扩展crx文件
下载Surebet calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ackkoddjjlobkhocmeebddpapmfnfadk |
官方URL | https://chrome.google.com/webstore/detail/surebet-calculator/ackkoddjjlobkhocmeebddpapmfnfadk |
简介 | With this surebet calculator you can check if some bet offer an arbitrage opportunity |
文件大小 | 15.66 KB |
安装次数 | 85 |
当前版本 | 1.0.0 |
更新时间 | 2015-10-07 |
上架时间 | 2015-10-07 |
评分 | 5.00/5 共4次评分 |
开发者 | rocka multimedia |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surebet calculator", "version": "1.0.0", "description": "With this surebet calculator you can check if some bet offer an arbitrage opportunity", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Surebet calculator", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "files\/popup.js" ], "content_scripts": [ { "js": [ "popup.html" ], "matches": [ "http:\/\/*\/" ] } ], "permissions": [ "tabs" ] } |