Instant Football Stats

Find the best football statistics & tips for goals, corners, cards & many more markets.

Instant Football Stats란 무엇입니까?

Instant Football Stats은(는) https://kickoffprofits.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best football statistics & tips for goals, corners, cards & many more markets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Instant Football Stats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find the best football/soccer stats for goals, corners & cards instantly. 
This extension loads table football statistics from competitions across the whole world. The data is sorted by the highest % average past statistics for given category/market. 

Want to change market? Choose category in the tab (goals/corners/cards/other) and press on the stats buttons to load the data.

You can sort the data by:
- highest/lowest %'s
- kick off time 

Search the statistics with the search box by:
- country
- competition 
- team name
- day (today/tomorrow) - type in date 
- main leagues and competitions - type in mainleagues in the search bar

This extension uses our AI statistical models that rely on short term, medium term and long term form of both teams, as well as H2H matches and include fixtures of both teams against similar calibre teams (based on odds). 

UPDATE: 

In the new version of this extension, we added plenty more tabs with stats and introduced a VIP Stats content. It unlocks access to all statistics for a small monthly charge which will help to run and maintain this extension.

Furthermore, we added new sections: 

- how to use the stats & explanations
- login/subscription page to manage subscription                    

확장 프로그램 기본 정보

이름 Instant Football Stats Instant Football Stats
ID ilamkhnkoabnopnpcjgfdidbkeplepli
공식 URL https://chromewebstore.google.com/detail/instant-football-stats/ilamkhnkoabnopnpcjgfdidbkeplepli
설명 Find the best football statistics & tips for goals, corners, cards & many more markets.
파일 크기 3.77 MB
설치 횟수 25
현재 버전 2.0.0
최근 업데이트 2023-04-01
출시 날짜 2023-03-11
평점 5.00/5 총 2 개의 평점
개발자 https://kickoffprofits.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.kickoffprofits.com/
도움말 페이지 URL http://www.kickoffprofits.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Football Stats",
    "description": "Find the best football statistics & tips for goals, corners, cards & many more markets.",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "goals.png",
        "32": "goals.png",
        "48": "goals.png",
        "128": "goals.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "goals.png",
            "32": "goals.png",
            "48": "goals.png",
            "128": "goals.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ExtPay.js",
                "popup.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "subscription.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}