Sports New Tab Page

Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…

What is Sports New Tab Page?

Sports New Tab Page is a Chrome extension developed by Oneiric Arts, and its main feature is "Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…".

Extension Screenshots

screenshot

Download Sports New Tab Page Extension CRX File

Download Sports New Tab Page 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

                        Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games, live updating scores, standings, and more. 

THIS IS A BETA.

Open Source :)                    

Extension Basic Information

Name Sports New Tab Page Sports New Tab Page
ID cbdhcjkifbkbckpoejnakoekiheijpei
Official URL https://chromewebstore.google.com/detail/sports-new-tab-page/cbdhcjkifbkbckpoejnakoekiheijpei
Description Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…
File Size 467 KB
Installation Count 163
Current Version 1.0.3
Last Updated 2023-08-18
Publish Date 2019-02-10
Rating 4.50/5 Total 8 Ratings
Developer Oneiric Arts
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sports New Tab Page",
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.nfl.com\/",
        "http:\/\/*.nba.com\/*",
        "http:\/\/*.nhle.com\/*",
        "http:\/\/*.mlb.com\/*",
        "https:\/\/*.unsplash.com\/*",
        "topSites"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}