Kinguin Deal Hunter
See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.
Kinguin Deal Hunterとは何ですか?
Kinguin Deal Hunterはkinguinによって開発されたChromeの拡張機能で、その主な機能は「See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.」です。
拡張機能のスクリーンショット
Kinguin Deal Hunter拡張機能のCRXファイルをダウンロード
Kinguin Deal Hunter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Kinguin Deal Hunter |
ID | idebmghdimgjccojheiaeibngmcmeooa |
公式URL | https://chromewebstore.google.com/detail/kinguin-deal-hunter/idebmghdimgjccojheiaeibngmcmeooa |
説明 | See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace. |
ファイルサイズ | 1.54 MB |
インストール数 | 1,910 |
現在のバージョン | 1.01 |
最終更新日 | 2022-11-23 |
公開日 | 2022-11-15 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | kinguin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |