Nintendo Store Wishlist
Keep track of the games you want to buy on Nintendo Store and their current prices.
什么是Nintendo Store Wishlist?
Nintendo Store Wishlist是由IM开发的Chrome扩展程序,该扩展的主要功能是“Keep track of the games you want to buy on Nintendo Store and their current prices.”。
扩展截图
下载Nintendo Store Wishlist扩展crx文件
下载Nintendo Store Wishlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides an alternative solution for keeping track of the games you want to buy on Nintendo Online Store and helps to keep up with sale events. NOTE: This extension is compatible ONLY with Nintendo Stores of USA, Canada, Mexico, Brazil and Russia. Features: - Easily add a game to your Wishlist by opening the extension on a product's Nintendo 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 store page. - Sort your Wishlist by title or current price. If you liked this extension, please consider leaving a review. Thanks!
扩展基本信息
名称 | Nintendo Store Wishlist |
ID | aedkojdpdmgbfknppaidoginpkpjojon |
官方URL | https://chromewebstore.google.com/detail/nintendo-store-wishlist/aedkojdpdmgbfknppaidoginpkpjojon |
简介 | Keep track of the games you want to buy on Nintendo Store and their current prices. |
文件大小 | 166 KB |
安装次数 | 44 |
当前版本 | 1.0.1 |
更新时间 | 2022-02-26 |
上架时间 | 2022-02-26 |
评分 | 5.00/5 共2次评分 |
开发者 | IM |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/imartyus/nintendo-store-wishlist |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nintendo Store Wishlist", "description": "Keep track of the games you want to buy on Nintendo Store and their current prices.", "version": "1.0.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "48": "nin-icon-48.png", "128": "nin-icon-128.png" } }, "icons": { "48": "nin-icon-48.png", "128": "nin-icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "alarms", "storage" ], "host_permissions": [ "https:\/\/nintendo.com\/", "https:\/\/nintendo.ru\/", "https:\/\/api.ec.nintendo.com\/" ] } |