World Football New Tab

Stay up to date on the latest football news, scores and stats from around the world.

什麼是World Football New Tab?

World Football New Tab是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“Stay up to date on the latest football news, scores and stats from around the world.”。

擴展截圖

screenshot
screenshot
screenshot

下載World Football New Tab擴展crx文件

下載World Football New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Here's what you'll get:
•    Real-time updates from 10+ professional football leagues and tournaments
•    Trending news on matches, teams and players
•    Quick links to scores, standings and videos of match highlights
•    Personalized content from the leagues and tournaments you're following

Plus: Add it now and you won’t miss a moment of action this football season!                    

擴展基本資訊

名稱 World Football New Tab World Football New Tab
ID ncpcfngdipgjlaoeleegaeamfijhcgnf
官方網址 https://chromewebstore.google.com/detail/world-football-new-tab/ncpcfngdipgjlaoeleegaeamfijhcgnf
簡介 Stay up to date on the latest football news, scores and stats from around the world.
檔案大小 1.05 MB
安裝次數 3,156
目前版本 0.0.0.22
更新時間 2022-09-27
上架時間 2020-03-08
評分 5.00/5 共 7 次評分
開發者 Microsoft Corporation
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://go.microsoft.com/fwlink?LinkId=521839
支援的語言 de,en,en-GB,en-US,fr,es,it,pt-BR
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "ping.js",
            "notifications.js",
            "onMessage.js",
            "extensionTracking.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en",
    "description": "__MSG_ExtensionDescription__",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.msn.com\/*",
            "https:\/\/*.microsoft.com\/*",
            "https:\/\/*.bing.com\/*"
        ]
    },
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtensionName__",
    "optional_permissions": [
        "topSites"
    ],
    "permissions": [
        "cookies",
        "management",
        "http:\/\/g.ceipmsn.com\/*",
        "https:\/\/*\/*",
        "notifications",
        "alarms",
        "storage"
    ],
    "short_name": "__MSG_ExtensionShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.22"
}