PlayStation Store Wishlist

Keep track of the games you want to buy on PSN Store and their prices.

Qu'est-ce que PlayStation Store Wishlist ?

PlayStation Store Wishlist est une extension Chrome développée par IM, et sa fonction principale est "Keep track of the games you want to buy on PSN Store and their prices.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PlayStation Store Wishlist

Téléchargez les fichiers d'extension PlayStation Store Wishlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom PlayStation Store Wishlist PlayStation Store Wishlist
ID mainmjalkbfolnepgbpilegkchonimdn
URL Officiel https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn
Description Keep track of the games you want to buy on PSN Store and their prices.
Taille du Fichier 163 KB
Nombre d'Installations 910
Version Actuelle 1.2.3
Dernière Mise à Jour 2021-09-12
Date de Publication 2020-11-14
Évaluation 4.00/5 Total 24 Évaluations
Développeur IM
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/imartyus/playstation-store-wishlist
Langues Prises en Charge 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
}