Nintendo Store Wishlist

Keep track of the games you want to buy on Nintendo Store and their current prices.

Vad är Nintendo Store Wishlist?

Nintendo Store Wishlist är en Chrome-tillägg utvecklad av IM, och dess huvudfunktion är "Keep track of the games you want to buy on Nintendo Store and their current prices.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nintendo Store Wishlist-förlängningens CRX-fil

Ladda ner Nintendo Store Wishlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Nintendo Store Wishlist Nintendo Store Wishlist
ID aedkojdpdmgbfknppaidoginpkpjojon
Officiell webbadress https://chromewebstore.google.com/detail/nintendo-store-wishlist/aedkojdpdmgbfknppaidoginpkpjojon
Beskrivning Keep track of the games you want to buy on Nintendo Store and their current prices.
Filstorlek 166 KB
Antal Installationer 44
Aktuell Version 1.0.1
Senast Uppdaterad 2022-02-26
Publiceringsdatum 2022-02-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare IM
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/imartyus/nintendo-store-wishlist
Stödda Språk 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\/"
    ]
}