GameInfo

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

Apa itu GameInfo?

GameInfo adalah ekstensi Chrome yang dikembangkan oleh codedevjw.cws, dan fitur utamanya adalah "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GameInfo

Unduh file ekstensi GameInfo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
URL Resmi https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
Deskripsi Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Ukuran File 12.95 KB
Jumlah Instalasi 46
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-09-25
Tanggal Publikasi 2023-08-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang codedevjw.cws
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}