Football (Soccer) Team Next Match

This extension shows the date and time of your selected football (soccer) team next match.

Τι είναι το Football (Soccer) Team Next Match;

Το Football (Soccer) Team Next Match είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον atelabs, και η κύρια λειτουργία του είναι "This extension shows the date and time of your selected football (soccer) team next match.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Football (Soccer) Team Next Match

Λήψη αρχείων επέκτασης Football (Soccer) Team Next Match σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Choose your favorite famous European football (soccer) team(s) and see when is their next game. This is particularly useful for people who want to know their favorite team's next game date and time and watch it after the game has been finished. For them, it is best not to use a Google search as if the game is live or has already been finished this will spoil the results. Some good features on the latest version:

- The game time is adjusted based on the user to her/his local time.
- Ability to choose multiple teams.
- The teams flags are clickable and will take you to a page with more details about the team and its past and future games.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Football (Soccer) Team Next Match Football (Soccer) Team Next Match
ID gpmnmohfhhepefaamggmcfpgoinmbdfl
Επίσημο URL https://chrome.google.com/webstore/detail/football-soccer-team-next/gpmnmohfhhepefaamggmcfpgoinmbdfl
Περιγραφή This extension shows the date and time of your selected football (soccer) team next match.
Μέγεθος Αρχείου 181 KB
Αριθμός Εγκαταστάσεων 391
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2020-02-26
Ημερομηνία Δημοσίευσης 2020-02-26
Αξιολόγηση 4.73/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής atelabs
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Football (Soccer) Team Next Match",
    "description": "This extension shows the date and time of your selected football (soccer) team next match.",
    "version": "1.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/ball_blue16.png",
            "32": "assets\/images\/ball_blue32.png",
            "48": "assets\/images\/ball_blue48.png",
            "128": "assets\/images\/ball_blue128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}