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
公式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
Eメール [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"
    }
}