PlayStation Store Wishlist

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

PlayStation Store Wishlist là gì?

PlayStation Store Wishlist là một tiện ích mở rộng Chrome được phát triển bởi IM, và tính năng chính của nó là "Keep track of the games you want to buy on PSN Store and their prices.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlayStation Store Wishlist

Tải xuống các tệp mở rộng PlayStation Store Wishlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlayStation Store Wishlist PlayStation Store Wishlist
ID mainmjalkbfolnepgbpilegkchonimdn
URL Chính Thức https://chromewebstore.google.com/detail/playstation-store-wishlis/mainmjalkbfolnepgbpilegkchonimdn
Mô tả Keep track of the games you want to buy on PSN Store and their prices.
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 910
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2021-09-12
Ngày Phát Hành 2020-11-14
Đánh Giá 4.00/5 Tổng số 24 Đánh Giá
Nhà Phát Triển IM
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/imartyus/playstation-store-wishlist
Ngôn Ngữ Được Hỗ Trợ 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
}