GameInfo

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

¿Qué es GameInfo?

GameInfo es una extensión de Chrome desarrollada por codedevjw.cws, y su función principal es "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GameInfo

Descarga archivos de extensión GameInfo 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

                        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.                    

Información Básica de la Extensión

Nombre GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
URL Oficial https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
Descripción Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Tamaño del Archivo 12.95 KB
Cantidad de Instalaciones 46
Versión Actual 0.0.3
Última Actualización 2023-09-25
Fecha de Publicación 2023-08-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador codedevjw.cws
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}