GameInfo

Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube

ما هو GameInfo؟

GameInfo هو إضافة Chrome تم تطويرها بواسطة codedevjw.cws، والميزة الرئيسية لها هي "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".

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

screenshot
screenshot
screenshot

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

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

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

                        New context menu used to quickly find game information in How Long To Beat page (howlongtobeat.com), info where the game is available in multiple digital shops (gg.deals) and also find how gameplay looks on youtube

Mark text and right click to see the options. It opens search results in new tab.

Additional feature
No text selection needed when browsing games on steam or gg.deals. Just right click from game page and enjoy new how long to beat menu entry.                    

معلومات أساسية عن التمديد

الاسم GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
عنوان URL الرسمي https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
الوصف Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
حجم الملف 12.95 KB
عدد التثبيتات 46
النسخة الحالية 0.0.3
آخر تحديث 2023-09-25
تاريخ النشر 2023-08-07
تقييم 5.00/5 مجموع تقييمات 1
المطور codedevjw.cws
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GameInfo",
    "description": "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "gamepadIcon.png"
    }
}