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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IM และคุณลักษณะหลักของมันคือ "Keep track of the games you want to buy on Nintendo Store and their current prices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nintendo Store Wishlist

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/"
    ]
}