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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |