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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |