GameCenter

The Ultimate Gaming Experience

Co to jest GameCenter?

GameCenter to rozszerzenie Chrome opracowane przez kpdeveloper02, a jego główną funkcją jest „The Ultimate Gaming Experience”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GameCenter

Pobierz pliki rozszerzeń GameCenter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
Oficjalny URL https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Opis The Ultimate Gaming Experience
Rozmiar pliku 33.77 KB
Liczba instalacji 97
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-12-05
Data Publikacji 2021-12-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper kpdeveloper02
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}