GameCenter

The Ultimate Gaming Experience

Co je GameCenter?

GameCenter je rozšíření Chrome vyvinuté kpdeveloper02, a jeho hlavní funkcí je „The Ultimate Gaming Experience“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GameCenter

Stáhněte si soubory rozšíření GameCenter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
Oficiální URL https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Popis The Ultimate Gaming Experience
Velikost souboru 33.77 KB
Počet instalací 97
Aktuální Verze 1.5
Poslední Aktualizace 2021-12-05
Datum Vydání 2021-12-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář kpdeveloper02
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}