PlayStation Store Wishlist

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

Co je PlayStation Store Wishlist?

PlayStation Store Wishlist je rozšíření Chrome vyvinuté IM, a jeho hlavní funkcí je „Keep track of the games you want to buy on PSN Store and their prices.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PlayStation Store Wishlist

Stáhněte si soubory rozšíření PlayStation Store Wishlist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název PlayStation Store Wishlist PlayStation Store Wishlist
ID mainmjalkbfolnepgbpilegkchonimdn
Oficiální URL https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn
Popis Keep track of the games you want to buy on PSN Store and their prices.
Velikost souboru 163 KB
Počet instalací 910
Aktuální Verze 1.2.3
Poslední Aktualizace 2021-09-12
Datum Vydání 2020-11-14
Hodnocení 4.00/5 Celkem 24 Hodnocení
Vývojář IM
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/imartyus/playstation-store-wishlist
Podporované Jazyky 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
}