Kinguin Deal Hunter
See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.
Qu'est-ce que Kinguin Deal Hunter ?
Kinguin Deal Hunter est une extension Chrome développée par kinguin, et sa fonction principale est "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kinguin Deal Hunter
Téléchargez les fichiers d'extension Kinguin Deal Hunter 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
Enhance your gaming needs on the Web. See the best offers while browsing Steam, Origin, Epic Games Store, GOG and YouTube with unobtrusive product displays from the Kinguin marketplace. Sync your Steam wishlist. Save on every game!
Informations de Base sur l'Extension
Nom | Kinguin Deal Hunter |
ID | idebmghdimgjccojheiaeibngmcmeooa |
URL Officiel | https://chromewebstore.google.com/detail/kinguin-deal-hunter/idebmghdimgjccojheiaeibngmcmeooa |
Description | See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace. |
Taille du Fichier | 1.54 MB |
Nombre d'Installations | 1,910 |
Version Actuelle | 1.01 |
Dernière Mise à Jour | 2022-11-23 |
Date de Publication | 2022-11-15 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | kinguin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.01", "name": "Kinguin Deal Hunter", "description": "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.", "author": "Micha\u0142 Figas", "offline_enabled": false, "action": { "default_popup": "menu.html", "default_icon": { "128": "assets\/Kinguin_favicon.png" } }, "icons": { "128": "assets\/Kinguin_favicon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*", "https:\/\/store.epicgames.com\/*", "https:\/\/www.origin.com\/*", "https:\/\/www.ea.com\/*", "https:\/\/www.gog.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.kinguin.net\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/kinguin.net\/*", "https:\/\/www.kinguin.net\/*", "https:\/\/static.kinguin.net\/*", "https:\/\/api.steampowered.com\/*", "https:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/wishlist*" ], "permissions": [ "tabs", "webNavigation", "storage", "contextMenus" ], "manifest_version": 3 } |