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是由atelabs开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the date and time of your selected football (soccer) team next match.”。

扩展截图

screenshot

下载Football (Soccer) Team Next Match扩展crx文件

下载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"
    ]
}