PlayStation Store Wishlist
Keep track of the games you want to buy on PSN Store and their prices.
PlayStation Store Wishlist란 무엇입니까?
PlayStation Store Wishlist은(는) IM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of the games you want to buy on PSN Store and their prices."입니다.
확장 프로그램 스크린샷
PlayStation Store Wishlist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides an alternative solution for keeping track of the games you want to buy on Playstation Store and helps to make sure you don't miss a sale event. Features: - Easily add a game to your Wishlist by opening the extension on a product's PSN Store page and clicking Add button. - The extension will keep track of your selections and periodically update the prices in the background. - Once one of the added games goes on sale, you will be notified by the extension's badge icon. - Clicking a game's title will take you directly to its PSN Store page. - Sort your Wishlist by title or current price. If you liked this extension, please consider leaving a review. Thanks!
확장 프로그램 기본 정보
이름 | PlayStation Store Wishlist |
ID | mainmjalkbfolnepgbpilegkchonimdn |
공식 URL | https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn |
설명 | Keep track of the games you want to buy on PSN Store and their prices. |
파일 크기 | 163 KB |
설치 횟수 | 910 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2021-09-12 |
출시 날짜 | 2020-11-14 |
평점 | 4.00/5 총 24 개의 평점 |
개발자 | IM |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/imartyus/playstation-store-wishlist |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlayStation Store Wishlist", "description": "Keep track of the games you want to buy on PSN Store and their prices.", "version": "1.2.3", "author": "imartyus", "permissions": [ "activeTab", "alarms", "storage", "https:\/\/store.playstation.com\/*", "https:\/\/www.playstation.com\/*" ], "browser_action": { "default_popup": "popup.html", "default_title": "PlayStation Store Wishlist", "default_icon": { "48": "ps-icon-48.png", "128": "ps-icon-128.png" } }, "icons": { "48": "ps-icon-48.png", "128": "ps-icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |