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

ما هو Sports New Tab Page؟

Sports New Tab Page هو إضافة Chrome تم تطويرها بواسطة Oneiric Arts، والميزة الرئيسية لها هي "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,…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sports New Tab Page

قم بتنزيل ملفات الامتداد Sports New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Sports New Tab Page Sports New Tab Page
ID cbdhcjkifbkbckpoejnakoekiheijpei
عنوان URL الرسمي https://chromewebstore.google.com/detail/sports-new-tab-page/cbdhcjkifbkbckpoejnakoekiheijpei
الوصف 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,…
حجم الملف 467 KB
عدد التثبيتات 163
النسخة الحالية 1.0.3
آخر تحديث 2023-08-18
تاريخ النشر 2019-02-10
تقييم 4.50/5 مجموع تقييمات 8
المطور Oneiric Arts
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}