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 |
官方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 } |