GameInfo
Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
What is GameInfo?
GameInfo is a Chrome extension developed by codedevjw.cws, and its main feature is "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".
Extension Screenshots
Download GameInfo Extension CRX File
Download GameInfo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cklbjnamjbiibholooiaogndkobmlohn |
Official URL | https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn |
Description | Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube |
File Size | 12.95 KB |
Installation Count | 46 |
Current Version | 0.0.3 |
Last Updated | 2023-09-25 |
Publish Date | 2023-08-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | codedevjw.cws |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |