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
}