PlayStation Store Plus

Better download list.

Что такое PlayStation Store Plus?

PlayStation Store Plus - это расширение Chrome, разработанное Gordian Zhang, и его основная функция - "Better download list.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения PlayStation Store Plus

Скачайте файлы расширений PlayStation Store Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}