GameInfo
Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Wat is GameInfo?
GameInfo is een Chrome-extensie ontwikkeld door codedevjw.cws, en de belangrijkste functie is "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".
Extensie Screenshots
Download het CRX-bestand van de extensie GameInfo
Download GameInfo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cklbjnamjbiibholooiaogndkobmlohn |
Officiële URL | https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn |
Beschrijving | Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube |
Bestandsgrootte | 12.95 KB |
Aantal Installaties | 46 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-09-25 |
Publicatiedatum | 2023-08-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | codedevjw.cws |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |