GameCenter

The Ultimate Gaming Experience

Cos'è GameCenter?

GameCenter è un'estensione di Chrome sviluppata da kpdeveloper02, e la sua funzione principale è "The Ultimate Gaming Experience".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GameCenter

Scarica i file di estensione GameCenter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
URL Ufficiale https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Descrizione The Ultimate Gaming Experience
Dimensione del File 33.77 KB
Conteggio Installazioni 97
Versione Corrente 1.5
Ultimo Aggiornamento 2021-12-05
Data di Pubblicazione 2021-12-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kpdeveloper02
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}