Football (Soccer) Team Next Match
This extension shows the date and time of your selected football (soccer) team next match.
What is Football (Soccer) Team Next Match?
Football (Soccer) Team Next Match is a Chrome extension developed by atelabs, and its main feature is "This extension shows the date and time of your selected football (soccer) team next match.".
Extension Screenshots
Download Football (Soccer) Team Next Match Extension CRX File
Download Football (Soccer) Team Next Match 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
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.
Extension Basic Information
Name | |
ID | gpmnmohfhhepefaamggmcfpgoinmbdfl |
Official URL | https://chrome.google.com/webstore/detail/football-soccer-team-next/gpmnmohfhhepefaamggmcfpgoinmbdfl |
Description | This extension shows the date and time of your selected football (soccer) team next match. |
File Size | 181 KB |
Installation Count | 391 |
Current Version | 1.1.1 |
Last Updated | 2020-02-26 |
Publish Date | 2020-02-26 |
Rating | 4.73/5 Total 15 Ratings |
Developer | atelabs |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |