Favorites for PS Store

Favorites for PS Store

Favorites for PS Store란 무엇입니까?

Favorites for PS Store은(는) Eugene에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Favorites for PS Store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Favorites for PS Store 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It help collect your personal game list in playstation store and check discount for them
How it work:
- open play station store
- find a game which you want to buy with discount and open a page with it
- wait a few seconds and you can see star icon next to the button
- click on this star icon and the game will be added to the list
- open extension and check prices for all games without visiting PS Store
- Enjoy with discounts!

You can switch between dark and light mode!

Change Log:

v1.2.4
- fix view for windows chrome

v1.2.3
- support localisation
- separate page for settings
- added filters
- remove star icon as an image and use icons from twitter bootstrap
- change icon view depends on is game in the list or no                    

확장 프로그램 기본 정보

이름 Favorites for PS Store Favorites for PS Store
ID eooekppmpfepgkckdinhlfkpjknfbido
공식 URL https://chromewebstore.google.com/detail/favorites-for-ps-store/eooekppmpfepgkckdinhlfkpjknfbido
설명 Favorites for PS Store
파일 크기 154 KB
설치 횟수 33
현재 버전 1.2.6
최근 업데이트 2020-11-19
출시 날짜 2020-11-11
평점 5.00/5 총 1 개의 평점
개발자 Eugene
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorites for PS Store",
    "description": "Favorites for PS Store",
    "version": "1.2.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.store.playstation.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "utils.js",
                "content.js"
            ],
            "css": [
                "bootstrap.min.css"
            ]
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.store.playstation.com\/*"
    ]
}