PlayStation Store Wishlist

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

Что такое PlayStation Store Wishlist?

PlayStation Store Wishlist - это расширение Chrome, разработанное IM, и его основная функция - "Keep track of the games you want to buy on PSN Store and their prices.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения PlayStation Store Wishlist

Скачайте файлы расширений PlayStation Store Wishlist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название PlayStation Store Wishlist PlayStation Store Wishlist
ID mainmjalkbfolnepgbpilegkchonimdn
Официальный URL https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn
Описание Keep track of the games you want to buy on PSN Store and their prices.
Размер файла 163 KB
Количество установок 910
Текущая Версия 1.2.3
Последнее Обновление 2021-09-12
Дата публикации 2020-11-14
Рейтинг 4.00/5 Всего 24 оценок
Разработчик IM
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/imartyus/playstation-store-wishlist
Поддерживаемые языки 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
}