BetNuts

Free daily AI soccer predictions.

BetNuts란 무엇입니까?

BetNuts은(는) Barlek Investments PTY Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free daily AI soccer predictions."입니다.

확장 프로그램 스크린샷

screenshot

BetNuts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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