GameInfo
Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Qu'est-ce que GameInfo ?
GameInfo est une extension Chrome développée par codedevjw.cws, et sa fonction principale est "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GameInfo
Téléchargez les fichiers d'extension GameInfo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cklbjnamjbiibholooiaogndkobmlohn |
URL Officiel | 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 |
Taille du Fichier | 12.95 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-09-25 |
Date de Publication | 2023-08-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | codedevjw.cws |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |