Instant Football Stats

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

Qu'est-ce que Instant Football Stats ?

Instant Football Stats est une extension Chrome développée par https://kickoffprofits.com, et sa fonction principale est "Find the best football statistics & tips for goals, corners, cards & many more markets.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instant Football Stats

Téléchargez les fichiers d'extension Instant Football Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Instant Football Stats Instant Football Stats
ID ilamkhnkoabnopnpcjgfdidbkeplepli
URL Officiel https://chromewebstore.google.com/detail/instant-football-stats/ilamkhnkoabnopnpcjgfdidbkeplepli
Description Find the best football statistics & tips for goals, corners, cards & many more markets.
Taille du Fichier 3.77 MB
Nombre d'Installations 25
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-04-01
Date de Publication 2023-03-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://kickoffprofits.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://www.kickoffprofits.com/
URL de la Page d'Aide http://www.kickoffprofits.com/
Langues Prises en Charge 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"
    ]
}