BetNuts
Free daily AI soccer predictions.
什么是BetNuts?
BetNuts是由Barlek Investments PTY Ltd开发的Chrome扩展程序,该扩展的主要功能是“Free daily AI soccer predictions.”。
扩展截图
下载BetNuts扩展crx文件
下载BetNuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you like to dabble on soccer games? If you're like most people, then the answer is probably no. Soccer games can be incredibly frustrating because of all the variables that go into each match. That's where BetNuts comes in. We are a comprehensive resource that covers over 850 leagues and major tournaments. Our data includes scores, league standings, match events, team line-ups, market sentiment, statistics and match predictions. This information is essential for anyone who wants to profit on soccer matches. With BetNuts, you have all the information you need to make smart decisions. BetNuts is an artificial neutral network, deep machine learning based football match prediction service. It crunches huge volumes of soccer data to provide you with free soccer predictions. Update: 23 September 2022 - Added Tomorrow's Predictions across all soccer leagues
扩展基本信息
名称 | BetNuts |
ID | jofhlebciajpkcaakegbkfmjjcjjikbk |
官方URL | https://chromewebstore.google.com/detail/betnuts/jofhlebciajpkcaakegbkfmjjcjjikbk |
简介 | Free daily AI soccer predictions. |
文件大小 | 6.85 MB |
安装次数 | 17 |
当前版本 | 1.0.1 |
更新时间 | 2022-09-26 |
上架时间 | 2022-09-21 |
开发者 | Barlek Investments PTY Ltd |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://betnuts.io |
帮助页面URL | https://betnuts.io/about |
隐私政策页面URL | https://betnuts.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetNuts", "short_name": "BetNuts", "version": "1.0.1", "author": "BetNuts.io", "description": "Free daily AI soccer predictions.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_icon": "icons\/128.png", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "index.htm" }, "permissions": [ "background" ] } |