Nintendo Store Wishlist
Keep track of the games you want to buy on Nintendo Store and their current prices.
O que é Nintendo Store Wishlist?
Nintendo Store Wishlist é uma extensão do Chrome desenvolvida por IM, e sua principal característica é "Keep track of the games you want to buy on Nintendo Store and their current prices.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nintendo Store Wishlist
Baixe arquivos de extensão Nintendo Store Wishlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Nintendo Store Wishlist |
ID | aedkojdpdmgbfknppaidoginpkpjojon |
URL Oficial | https://chromewebstore.google.com/detail/nintendo-store-wishlist/aedkojdpdmgbfknppaidoginpkpjojon |
Descrição | Keep track of the games you want to buy on Nintendo Store and their current prices. |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-02-26 |
Data de Publicação | 2022-02-26 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | IM |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/imartyus/nintendo-store-wishlist |
Idiomas Suportados | 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\/" ] } |