GameCenter

The Ultimate Gaming Experience

¿Qué es GameCenter?

GameCenter es una extensión de Chrome desarrollada por kpdeveloper02, y su función principal es "The Ultimate Gaming Experience".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GameCenter

Descarga archivos de extensión GameCenter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
URL Oficial https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Descripción The Ultimate Gaming Experience
Tamaño del Archivo 33.77 KB
Cantidad de Instalaciones 97
Versión Actual 1.5
Última Actualización 2021-12-05
Fecha de Publicación 2021-12-04
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador kpdeveloper02
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}