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 |
Eメール | [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\/" ] } |