PlayStation Store Plus

Better download list.

PlayStation Store Plus란 무엇입니까?

PlayStation Store Plus은(는) Gordian Zhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better download list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PlayStation Store Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sortable searchable download list for PlayStation Store.

* Version 2.0 Changelog
- Update localStorage parsing to load new format of entitlements.
- Added support for multiple account(currently will shown in one table, will add filter later)
- Added icon for ps plus free games.
- Added button to reset local cache(manually reload store listing)

* Version 1.6 Changelog
- Updated plugin button since Google no long allows URL buttons.
- Filtering/Sorting now saves between sessions.

* Version 1.5 Changelog
- Rewrite using extension store, fix blank page.

* Version 1.2 Changelog
- Fix critical bug due to PS Store entitlement format update

* Version 1.1 Changelog
- Add Type/Size column
- Add checkbox to hide internal entitlements

How to use:
1. Go to https://store.playstation.com and log in your PSN account.
2. Click the blue PlayStation icon in the address bar.
3. You can now search and sort all your purchases. To sort, click the table header.

Source code at https://github.com/GordianZ/PlayStationStorePlus                    

확장 프로그램 기본 정보

이름 PlayStation Store Plus PlayStation Store Plus
ID dopegccpneodjcmjigocogleccdmkkhl
공식 URL https://chromewebstore.google.com/detail/playstation-store-plus/dopegccpneodjcmjigocogleccdmkkhl
설명 Better download list.
파일 크기 53.65 KB
설치 횟수 4,111
현재 버전 2.0.0
최근 업데이트 2019-01-03
출시 날짜 2019-01-02
평점 3.65/5 총 81 개의 평점
개발자 Gordian Zhang
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/GordianZ/PlayStationStorePlus
도움말 페이지 URL https://github.com/GordianZ/PlayStationStorePlus
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlayStation Store Plus",
    "description": "Better download list.",
    "version": "2.0.0",
    "author": "Gordian Zhang",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/store.playstation.com\/*"
    ],
    "browser_action": {
        "default_title": "PlayStation Store Plus",
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}