GameCenter

The Ultimate Gaming Experience

Что такое GameCenter?

GameCenter - это расширение Chrome, разработанное kpdeveloper02, и его основная функция - "The Ultimate Gaming Experience".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения GameCenter

Скачайте файлы расширений GameCenter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название GameCenter GameCenter
ID bogoecddicljbomiglggipdkigoliekd
Официальный URL https://chromewebstore.google.com/detail/gamecenter/bogoecddicljbomiglggipdkigoliekd
Описание The Ultimate Gaming Experience
Размер файла 33.77 KB
Количество установок 97
Текущая Версия 1.5
Последнее Обновление 2021-12-05
Дата публикации 2021-12-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик kpdeveloper02
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}