PlayStation Store Wishlist

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

O que é PlayStation Store Wishlist?

PlayStation Store Wishlist é uma extensão do Chrome desenvolvida por IM, e sua principal característica é "Keep track of the games you want to buy on PSN Store and their prices.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PlayStation Store Wishlist

Baixe arquivos de extensão PlayStation Store Wishlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome PlayStation Store Wishlist PlayStation Store Wishlist
ID mainmjalkbfolnepgbpilegkchonimdn
URL Oficial https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn
Descrição Keep track of the games you want to buy on PSN Store and their prices.
Tamanho do Arquivo 163 KB
Contagem de Instalações 910
Versão Atual 1.2.3
Última Atualização 2021-09-12
Data de Publicação 2020-11-14
Classificação 4.00/5 Total de 24 Avaliações
Desenvolvedor IM
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/imartyus/playstation-store-wishlist
Idiomas Suportados 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
}