GameCenter

The Ultimate Gaming Experience

ما هو GameCenter؟

GameCenter هو إضافة Chrome تم تطويرها بواسطة kpdeveloper02، والميزة الرئيسية لها هي "The Ultimate Gaming Experience".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GameCenter

قم بتنزيل ملفات الامتداد GameCenter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}