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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best football statistics & tips for goals, corners, cards & many more markets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instant Football Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}