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,…

O que é Sports New Tab Page?

Sports New Tab Page é uma extensão do Chrome desenvolvida por Oneiric Arts, e sua principal característica é "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,…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sports New Tab Page

Baixe arquivos de extensão Sports New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 :)                    

Informações Básicas da Extensão

Nome Sports New Tab Page Sports New Tab Page
ID cbdhcjkifbkbckpoejnakoekiheijpei
URL Oficial https://chromewebstore.google.com/detail/sports-new-tab-page/cbdhcjkifbkbckpoejnakoekiheijpei
Descrição 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,…
Tamanho do Arquivo 467 KB
Contagem de Instalações 163
Versão Atual 1.0.3
Última Atualização 2023-08-18
Data de Publicação 2019-02-10
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor Oneiric Arts
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}