PlayStation Store Plus
Better download list.
PlayStation Store Plus là gì?
PlayStation Store Plus là một tiện ích mở rộng Chrome được phát triển bởi Gordian Zhang, và tính năng chính của nó là "Better download list.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PlayStation Store Plus
Tải xuống các tệp mở rộng PlayStation Store Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PlayStation Store Plus |
ID | dopegccpneodjcmjigocogleccdmkkhl |
URL Chính Thức | https://chromewebstore.google.com/detail/playstation-store-plus/dopegccpneodjcmjigocogleccdmkkhl |
Mô tả | Better download list. |
Kích Thước Tệp | 53.65 KB |
Số Lần Cài Đặt | 4,111 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2019-01-03 |
Ngày Phát Hành | 2019-01-02 |
Đánh Giá | 3.65/5 Tổng số 81 Đánh Giá |
Nhà Phát Triển | Gordian Zhang |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GordianZ/PlayStationStorePlus |
URL Trang Trợ Giúp | https://github.com/GordianZ/PlayStationStorePlus |
Ngôn Ngữ Được Hỗ Trợ | 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 } |