GameInfo

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

什麼是GameInfo?

GameInfo是由codedevjw.cws開發的Chrome擴展程式,該擴展的主要功能是“Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube”。

擴展截圖

screenshot
screenshot
screenshot

下載GameInfo擴展crx文件

下載GameInfo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}