PlayStation Store Wishlist
Keep track of the games you want to buy on PSN Store and their prices.
什麼是PlayStation Store Wishlist?
PlayStation Store Wishlist是由IM開發的Chrome擴展程式,該擴展的主要功能是“Keep track of the games you want to buy on PSN Store and their prices.”。
擴展截圖
下載PlayStation Store Wishlist擴展crx文件
下載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 |
ID | mainmjalkbfolnepgbpilegkchonimdn |
官方網址 | 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 } |