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