My Wishlist

Add new items to your wishlist on MyWishlist.online.

What is My Wishlist?

My Wishlist is a Chrome extension developed by https://mywishlist.online, and its main feature is "Add new items to your wishlist on MyWishlist.online.".

Extension Screenshots

screenshot

Download My Wishlist Extension CRX File

Download My Wishlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes adding items to your online wishlist easier and quicker.

When you see an online product you'd like to add to your wish list, simply click the gift icon to add the item instantly. This works on all web shops!

The extension also adds a handy option to your right click menu: "Add to My Wishlist".

Please note that you can only use this extension after creating a free account on https://mywishlist.online.                    

Extension Basic Information

Name My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
Official URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
Description Add new items to your wishlist on MyWishlist.online.
File Size 55.77 KB
Installation Count 4,694
Current Version 1.3
Last Updated 2022-09-19
Publish Date 2022-05-13
Rating 4.50/5 Total 4 Ratings
Developer https://mywishlist.online
Email [email protected]
Payment Type free
Extension Website https://mywishlist.online/
Help Page URL https://mywishlist.online/help
Privacy Policy Page URL https://www.mijnverlanglijst.eu/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Wishlist",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "64": "images\/logo-64.png",
            "128": "images\/logo-128.png"
        },
        "default_title": "My Wishlist",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3,
    "version": "1.3",
    "description": "Add new items to your wishlist on MyWishlist.online.",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    }
}