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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of the games you want to buy on Nintendo Store and their current prices."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nintendo Store Wishlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/"
    ]
}