Baseball Dash - Baseball MLB New Tab Page

Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.

ما هو Baseball Dash - Baseball MLB New Tab Page؟

Baseball Dash - Baseball MLB New Tab Page هو إضافة Chrome تم تطويرها بواسطة http://sportextensions.com، والميزة الرئيسية لها هي "Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Baseball Dash - Baseball MLB New Tab Page

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

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

                        Get the Award Winning Baseball New Tab! Baseball Dash contains thousands of baseball wallpapers in HD and latest baseball games stats. Change your default tab page with baseball new tab. Join thousands of Baseball MLB fans in supporting your favourite team!

Why is our extension unique?
-Except the fact that thousands of HD baseball MLB wallpapers will greet you every day, via our extension, you can buy baseball tickets, check latest news about your favourite team ( in real time) and see scheduled baseball games and past fixtures.
-Baseball New Tab is updated on daily basis!  We read your reviews. Every day we add new widgets. We listen to your suggestions and we work upon them.

We are the first baseball productivity extension!
We make the difference. Other Baseball New Tab extensions are generic and provide little value. Mostly consisting of Baseball MLB wallpapers and few widgets. We put our heart and soul into creating the best baseball new tab. And yes, we managed to do it.

We want to hear from you!
Let us know what you like or don’t like about our baseball new tab extension. Our team always likes to her new suggestions and critiques. We are here for you.

Main Features:
* Baseball schedule 
* Baseball live results and game status
* Baseball News and Tickets
* Random baseball background
* Search Google, Yahoo or Bing
* Social media sites
* Greeting and Time
* Google apps and links

Features to come:
* Manage your bookmarks
Current game score of your favourite team
Notifications of hot news
* and many more...

TOS - https://www.sportextensions.com/TOS.pdf
Privacy Policy - https://sportextensions.com/privacy_policy.pdf
EULA - https://sportextensions.com/EULA.pdf

All icons and team names are trademarks belonging to Major League Baseball Properties, Inc. or the respective teams, the owner of this application disclaims ownership of any trademarks, logos or images belonging to Major League Baseball Properties, Inc. or the respective team appearing on this site. The appearance of trademarks and/or team logos belonging to Major League Baseball Properties, Inc. or the respective team on this website does not constitute affiliation or endorsement by Major League Baseball or respective team of any of the services provided by this application.                    

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

الاسم Baseball Dash - Baseball MLB New Tab Page Baseball Dash - Baseball MLB New Tab Page
ID pklcfpgncbjgmddloikeelgnodgkjlcb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/baseball-dash-baseball-ml/pklcfpgncbjgmddloikeelgnodgkjlcb
الوصف Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.
حجم الملف 8.86 MB
عدد التثبيتات 738
النسخة الحالية 1.0.2
آخر تحديث 2018-10-13
تاريخ النشر 2018-10-13
تقييم 4.86/5 مجموع تقييمات 7
المطور http://sportextensions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mlb.sportextensions.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Baseball Dash - Baseball MLB New Tab Page",
    "short_name": "Baseball Dash",
    "version": "1.0.2",
    "description": "Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "sport.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/sportextensions.com https:\/\/clients1.google.com 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_title": "Baseball Dash - Baseball MLB New Tab Page"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/mlb.sportextensions.com\/favicon.png",
            "instant_url": "https:\/\/sportextensions.com\/search\/?v=1.0.0&q={searchTerms}",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "Search",
            "name": "Baseball Search",
            "search_url": "https:\/\/sportextensions.com\/search\/?v=1.0.0&q={searchTerms}",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/sportextensions.com\/suggest\/?v=1.0.0&q={searchTerms}"
        }
    },
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "*:\/\/sportextensions.com\/*",
        "*:\/\/*.sportextensions.com\/*",
        "geolocation"
    ]
}