Kinguin Deal Hunter
See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.
Cos'è Kinguin Deal Hunter?
Kinguin Deal Hunter è un'estensione di Chrome sviluppata da kinguin, e la sua funzione principale è "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kinguin Deal Hunter
Scarica i file di estensione Kinguin Deal Hunter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Kinguin Deal Hunter |
ID | idebmghdimgjccojheiaeibngmcmeooa |
URL Ufficiale | https://chromewebstore.google.com/detail/kinguin-deal-hunter/idebmghdimgjccojheiaeibngmcmeooa |
Descrizione | See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace. |
Dimensione del File | 1.54 MB |
Conteggio Installazioni | 1,910 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2022-11-23 |
Data di Pubblicazione | 2022-11-15 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | kinguin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |