MatchDay

Extension permettant de suivre l'actualité de plusieurs équipes Esport au choix, en utilisant l'api PandaScore

What is MatchDay?

MatchDay is a Chrome extension developed by davidmgr, and its main feature is "Extension permettant de suivre l'actualité de plusieurs équipes Esport au choix, en utilisant l'api PandaScore".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MatchDay Extension CRX File

Download MatchDay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Suis tes équipes Esport favorites et ne rate plus aucun de leurs matchs !
Karmine Corp, Vitality, Gentle Mates ...                    

Extension Basic Information

Name MatchDay MatchDay
ID hmoljemfdhjcihlpahocmmgcgmjjgall
Official URL https://chromewebstore.google.com/detail/matchday/hmoljemfdhjcihlpahocmmgcgmjjgall
Description Extension permettant de suivre l'actualité de plusieurs équipes Esport au choix, en utilisant l'api PandaScore
File Size 1.49 MB
Installation Count 32
Current Version 1.5.2
Last Updated 2023-04-26
Publish Date 2023-03-04
Rating 5.00/5 Total 2 Ratings
Developer davidmgr
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MatchDay",
    "version": "1.5.2",
    "description": "Extension permettant de suivre l'actualit\u00e9 de plusieurs \u00e9quipes Esport au choix, en utilisant l'api PandaScore",
    "background": {
        "service_worker": ".\/background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "author": "David Meguira",
    "action": {
        "default_popup": "popup.html",
        "default_title": "MatchDay",
        "default_icon": {
            "16": "\/images\/teams_logo\/manette.png",
            "32": "\/images\/teams_logo\/manette.png",
            "48": "\/images\/teams_logo\/manette.png",
            "128": "\/images\/teams_logo\/manette.png"
        }
    },
    "icons": {
        "16": "\/images\/teams_logo\/manette.png",
        "32": "\/images\/teams_logo\/manette.png",
        "48": "\/images\/teams_logo\/manette.png",
        "128": "\/images\/teams_logo\/manette.png"
    }
}