GameCenter

The Ultimate Gaming Experience

What is GameCenter?

GameCenter is a Chrome extension developed by kpdeveloper02, and its main feature is "The Ultimate Gaming Experience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GameCenter Extension CRX File

Download GameCenter 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

                        GameCenter is a custom new tab page that provides live statistics and scores for various sports leagues. It provides support for the four Major sports leagues NFL, NBA, NHL, MLB and College Basketball/Football and English Premier League. The extension features automatic background score refreshes, live scores and betting odds, top performers and quick access to ESPN GameCast. Users can customize their new tab page background image and all their own personal bookmarks to tailor their experience to their liking.                    

Extension Basic Information

Name GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
Official URL https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Description The Ultimate Gaming Experience
File Size 33.77 KB
Installation Count 97
Current Version 1.5
Last Updated 2021-12-05
Publish Date 2021-12-04
Rating 5.00/5 Total 1 Ratings
Developer kpdeveloper02
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GameCenter",
    "version": "1.5",
    "description": "The Ultimate Gaming Experience",
    "permissions": [
        "storage",
        "alarms"
    ],
    "options_page": "settings.html",
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}