PS Store Helper
Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…
PS Store Helper란 무엇입니까?
PS Store Helper은(는) CatxFish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…"입니다.
확장 프로그램 스크린샷
PS Store Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision during the deals. Features: - Showing Metacritic score and rating on the game list page. - Showing lowest price notice on discount campaign list page. - Showing Metacritic score ,rating ,lowest price and source links on game detail page. Change Log: [2.0.5] fix information not showing on new version ps-store game list [2.0.3] fix duplicate backend request issue [2.0.2] fix dlc display bug [2.0.1] apply to new version ps store
확장 프로그램 기본 정보
이름 | PS Store Helper |
ID | ldjfkloldnlohgeblkanmjeehpeapbep |
공식 URL | https://chromewebstore.google.com/detail/ps-store-helper/ldjfkloldnlohgeblkanmjeehpeapbep |
설명 | Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision… |
파일 크기 | 17.75 KB |
설치 횟수 | 11,327 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2021-09-20 |
출시 날짜 | 2020-02-25 |
평점 | 4.59/5 총 46 개의 평점 |
개발자 | CatxFish |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/CatxFish/PSStore_Metascore |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS Store Helper", "version": "2.0.5", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/store.playstation.com\/*", "https:\/\/www.metacritic.com\/*", "https:\/\/psdeals.net\/*", "tabs", "storage" ], "browser_action": { "default_title": "PS Store Helper", "default_icon": "icon\/green128.png" }, "icons": { "16": "icon\/green16.png", "48": "icon\/green48.png", "128": "icon\/green128.png" }, "content_scripts": [ { "matches": [ "https:\/\/store.playstation.com\/*" ], "js": [ "get_metacritic.js", "content.js", "psn_info.js", "get_discount.js", "util.js" ], "css": [ "content.css" ] } ], "manifest_version": 2 } |