Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/al-azif/entitlement-database-builder
Download and/or Submit your PSN internal entitlements with a click
https://github.com/al-azif/entitlement-database-builder
Last synced: 2 months ago
JSON representation
Download and/or Submit your PSN internal entitlements with a click
- Host: GitHub
- URL: https://github.com/al-azif/entitlement-database-builder
- Owner: Al-Azif
- License: mit
- Created: 2018-01-13T09:19:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T22:42:31.000Z (over 6 years ago)
- Last Synced: 2023-02-27T22:35:49.650Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Entitlement Database Builder
===================## How to
1. Just install the XPI/ZIP to your browser (Found on [releases page](https://github.com/Al-Azif/entitlement-database-builder/releases))
- Firefox: Use XPI
- Click the XPI link found on the [releases page](https://github.com/Al-Azif/entitlement-database-builder/releases)
- Chrome: Use CRX
- Download the CRX from the [releases page](https://github.com/Al-Azif/entitlement-database-builder/releases)
- Open your extension page ([`chrome://extensions`](chrome://extensions))
- Drag the CRX to the page
2. Visit the [PlayStation Store](https://store.playstation.com)
3. Sign in
4. Click the icon that appeared in the address bar
5. Download/Submit the fileIf you get a "No Session Cookie" error try going to your "Account Settings" then try again.
Submissions are **NOT** mandatory, if you click download it will only offer a download for your computer, nothing will be uploaded.
Send me a PM on [Twitter](https://twitter.com/_AlAzif) or Discord for a link to the database file (Only IPs that have submitted can download the file)
## How do you protect my information
None of the information has data linked to your account beyond a connection that can be made between the items, the order they are in, the purchase datetime, and your IP in the server logs. I defend against this in the following ways:
- The purchase datetime is not stored.
- The submission order is randomized before being added to the database
- If a entry is already in the database it is ommited. Meaning not all items from your account are added within the randomized order of your entries.
- All logs are cleared weekly. You're IP will only remain in a whitelist for accessing the database.## Credits
- Code is commented if it was pulled from somewhere else
- Icon by Vaadin from www.flaticon.com
- All other code is licensed by the LICENSE found in this repo