GameInfo
Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Was ist GameInfo?
GameInfo ist eine Chrome-Erweiterung, die von codedevjw.cws entwickelt wurde, und ihr Hauptmerkmal ist "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".
Erweiterungsscreenshots
GameInfo-Erweiterungs-CRX-Datei herunterladen
Laden Sie GameInfo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cklbjnamjbiibholooiaogndkobmlohn |
Offizielle URL | https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn |
Beschreibung | Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube |
Dateigröße | 12.95 KB |
Installationsanzahl | 46 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2023-09-25 |
Veröffentlichungsdatum | 2023-08-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | codedevjw.cws |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |