PlayStation Store Wishlist
Keep track of the games you want to buy on PSN Store and their prices.
Wat is PlayStation Store Wishlist?
PlayStation Store Wishlist is een Chrome-extensie ontwikkeld door IM, en de belangrijkste functie is "Keep track of the games you want to buy on PSN Store and their prices.".
Extensie Screenshots
Download het CRX-bestand van de extensie PlayStation Store Wishlist
Download PlayStation Store Wishlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension provides an alternative solution for keeping track of the games you want to buy on Playstation Store and helps to make sure you don't miss a sale event. Features: - Easily add a game to your Wishlist by opening the extension on a product's PSN Store page and clicking Add button. - The extension will keep track of your selections and periodically update the prices in the background. - Once one of the added games goes on sale, you will be notified by the extension's badge icon. - Clicking a game's title will take you directly to its PSN Store page. - Sort your Wishlist by title or current price. If you liked this extension, please consider leaving a review. Thanks!
Basisinformatie over de Extensie
Naam | PlayStation Store Wishlist |
ID | mainmjalkbfolnepgbpilegkchonimdn |
Officiële URL | https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn |
Beschrijving | Keep track of the games you want to buy on PSN Store and their prices. |
Bestandsgrootte | 163 KB |
Aantal Installaties | 910 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2021-09-12 |
Publicatiedatum | 2020-11-14 |
Beoordeling | 4.00/5 Totaal 24 Beoordelingen |
Ontwikkelaar | IM |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/imartyus/playstation-store-wishlist |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlayStation Store Wishlist", "description": "Keep track of the games you want to buy on PSN Store and their prices.", "version": "1.2.3", "author": "imartyus", "permissions": [ "activeTab", "alarms", "storage", "https:\/\/store.playstation.com\/*", "https:\/\/www.playstation.com\/*" ], "browser_action": { "default_popup": "popup.html", "default_title": "PlayStation Store Wishlist", "default_icon": { "48": "ps-icon-48.png", "128": "ps-icon-128.png" } }, "icons": { "48": "ps-icon-48.png", "128": "ps-icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |